1753936 Members
10364 Online
108811 Solutions
New Discussion юеВ

Re: java

 
Ron Chatterton
New Member

java

getting the following error on HPUX 11
when running java:-
Error: could not find libjava.sl
Error: could not find Java 2 Runtime Environment.

somebody mentioned the fix is :-
The fix is 1.3.1.07

What does that mean.

Sorry completely new to HPUX
7 REPLIES 7
Ganesan R
Honored Contributor

Re: java

Hi,

You may need to install Java Runtime Environment(JRE) version 1.3.1.07
Best wishes,

Ganesh.
Ganesan R
Honored Contributor

Re: java

Hi,

Try installing the latest java bundles which contains both JDK and JRE.

You can download it from here..

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME
Best wishes,

Ganesh.
Ron Chatterton
New Member

Re: java

ok - cant do that as were running 1.4

Any ideas about this error. The packages are there but the library does not seem to be ??

Thanks
ron
Ron Chatterton
New Member

Re: java

ok - so re-installing seems to be the answer.

Thanks
ron
Ron Chatterton
New Member

Re: java

Am a bit unclear about this....

Whats the Java6 stuff on there?
theres a jave1.4 directory and a java6 directory ??

Thanks
ron
James R. Ferguson
Acclaimed Contributor

Re: java

Hi:

Whats the Java6 stuff on there?

This is the nomenclature for what would/should be version 1.6.x

Regards!

...JRF...
T G Manikandan
Honored Contributor

Re: java

you need to first find what version of java is your application using.

Its always recommended to use the variables

$JAVA_HOME=path to java
and $JAVA_HOME/bin to your path variable so that it doesnt use other versions.