1748058 Members
5250 Online
108758 Solutions
New Discussion юеВ

Re: Java

 
Simon Hawkins
Occasional Advisor

Java

Hi,

I'm trying to run the net8 wizard on my HP-UX machine and it is complaining that it can't find java in /opt/java etc...Anyone know where I can get Java?

- Simon
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: Java

Simon Hawkins
Occasional Advisor

Re: Java

Hi,

I've installed JRE on the machine and when running net8asst.sh i get:

LD_LIBRARY_PATH=/opt/oracle/product/8.0.4/lib:/opt/oracle/product/8.0.4/network/lib:
pwd
/opt/oracle/product/8.0.4/network/net8asst
java was not found in /opt/java/bin/PA_RISC/native_threads/java

The path /opt/java/bin doesnt exist and if i make a symbolic link to it, it still refuses to run... The binary file "java" does not exist.
Alex Glennie
Honored Contributor

Re: Java

Make sure the CLASSPATH is also set correctly ... ?

8.0.5 was designed for JDK1.1 or 1.3 and not for 1.17 .. so I'd check the release notes for 8.04 to check for similar.

You may get lucky using the Oracle Tech support site ?

sorry I can't be of more help.
Thomas Kollig
Trusted Contributor

Re: Java

Try to install JDK (not only JRE). /opt/java/bin/... files are in that package.

Hope this will help you,

Thomas