On Mon, 4 Jan 1999 15:48:32 -0500 (EST), Patrick wrote:

>Well, running 1.1.6 CLASSPATH doesn't work. At all. Its all set up to
>point ot classes.zip and 2 JMF jar files. if I put it in command line
>(java -classpath $CLASSPATH CLASS) it works grrrreat. 

Strange.  What "java" are you running?
(As in, what is returned from "which java" ?)

Given that you can put CLASSPATH right there it looks like it is
set up correctly (as far as syntax) but could it be that you did
not "export" the CLASSPATH variable?  (in bash: "export CLASSPATH")
Variables that are not exported are only visible from the current
shell, not any other shells, including sub-shells.

>But, netscape doesn't want to see any of it. Any hints?

Well, for the silly Netscape thing I have a shell script called
"netscape" that is what really runs netscape and it cleans out any
of the variables that should not be there and then runs the correct
version of the netscape binary.

Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to