Hi,

The documentation references a file classes.zip, which does not appear to be
present anywhere in the download (j2sdk-1.3.0-FCS-linux-<ARCH>.tar.bz2). I
can't get any other Java packages to work (my ultimate goal is to use Tomcat
for Java servlets), so I think maybe it's a related error? Any advice or
suggestions are greatly appreciated. I've been through all the online docs
several times and it has been no help.

---documentation clip---
Also note that if you already have a CLASSPATH set, you'll probably want to
append .:/usr/local/jdk1.1.6/lib/classes.zip: to that environment variable.
This ensures that you have the current working-directory in your class search
path, and makes things much easier for you as you test your code. 
Of course you may want to add these environment commands to your shell's
startup script, such as $HOME/.bashrc. 
Some people may wish to set JAVA_HOME themselves. That way, you can change all
commands following setting that to use it instead, such as 

$ export JAVA_HOME=/usr/local/jdk1.1.6
$ export PATH=$JAVA_HOME/bin:$PATH
$ export CLASSPATH=.:$JAVA_HOME/lib/classes.zip
-----

Please advise, thanks!

Brent Phillips



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to