1827703 Members
2983 Online
109967 Solutions
New Discussion

Java applet error !

 
SOLVED
Go to solution
Ivan Azuara
Regular Advisor

Java applet error !

Hi !

I??m probing the NNM report Configuration on web access,using the netscape browser installed on my HPUX, but i receive the next message:

"Unable to start a java applet: Can??t find "java40.jar" in your CLASSPATH: Read the release notes and install 'java40.jar' properly before restarting.

Current value of CLASSPATH:
/usr/local/lib/netscape/plugins:/opt/netscape/plugins/cpPack1.jar:/opt/netscape/plugins:/.netscape/plugins"

I installed the "hp-ux SDK for the Java 2 platform version 1.3.1.08 for hp-ux PA-RISC systems", but the message yet appear.

My environment is :

- HPUX 11.00 /64
- Netscape communicator 4.73

Somebody have an idea ?


Thank??s in advance !
"Enjoy the life .."
2 REPLIES 2
Steve Steel
Honored Contributor
Solution

Re: Java applet error !

Alex Glennie
Honored Contributor

Re: Java applet error !

A) echo $CLASSPATH ? needs to include

/opt/netscape/java/classes/java40.jar

If that's OK go to B)

B) $ cd /opt/netscape

$ ./netscape

does the problem persist ? goto C)

C)
Set the MOZILLA_HOME variable with:

# export MOZILLA_HOME=/opt/netscape

Include netscape's directory in the PATH with # export PATH=$PATH:/opt/netscape

Lastly

Verify that $OV_CONF/ovweb.conf contains the following information:

Browser:{path of browser executable} %s
Port:8880

results ?

I strongly Suspect C) above is the root cause.