> picked up the "netscape-communicator-4.04-3" rpm from redhat, installed it > here on my 4.2 machine, set CLASSPATH to "/usr/lib/netscape/java/classes", > verified that indeed "java40.jar" does exist in that directory, startup > netscape, go to www.cnn.com, and get an error dialog that says > Unable to start a java applet. Can't find "java40.jar" in your CLASSPATH. > Current value of CLASSPATH: > /usr/lib/netscape/java/classes:/usr/local/lib/netscape/plugins:... > anybody have a clue as to what's wrong? I had the same problem. One way round it is to set your CLASSPATH to point at java40.jar and also set a MOZILLA_HOME path. So you could use the following in your .bash_profile or .profile MOZILLA_HOME="/usr/lib/netscape" CLASSPATH=$MOZILLA_HOME/java/classes/java40.jar export MOZILLA_HOME CLASSPATH Regards Claire -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.