Skip site navigation (1)Skip section navigation (2)
Date:      21 Jan 1997 15:53:19 -0000
From:      "M.C Wong" <mcwong@hotmail.com>
To:        questions@freebsd.org
Subject:   [2.1R] javac_netscape doesn't work
Message-ID:  <19970121155319.19780.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi there,

Got the javac_netscape from freebsd.org and when I run it, it keeps
complaining:

lespoir:/local/jdk/lib/i386 223 > javac_netscape /tmp/Animator.java
Unable to initialize threads: cannot find class java/lang/Thread

despite the fact that I *do* have the variable defined for 
CLASS_PATH. In fact I have made changes to the javac_netscape script
to look like:

#!/bin/sh
export CLASSPATH=.:/usr/local/share/java/classes.zip
export JAVA_HOME=/usr/local/share/java
export \
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/X11R6/lib:/usr/local/jdk/lib/i386

exec /usr/local/src/netscape-v301/netscape -java sun.tools.javac.Main $*
# exec /usr/local/lib/netscape/netscape.bin -java sun.tools.javac.Main $*

Can anyone help ?

Thanks in advance.



---------------------------------------------------------
Get Your *Web-Based* Free Email at http://www.hotmail.com
---------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970121155319.19780.qmail>