Operating System - HP-UX
1753455 Members
6140 Online
108794 Solutions
New Discussion юеВ

runInstaller: "can't find libjava.sl"

 
Kay Liesenfeld
Frequent Advisor

runInstaller: "can't find libjava.sl"

Hi,

I have HP-UX 11i with latest GoldPack and Java SDK 1.4 installed. When starting the installation runInstaller exits with

"Error: can't find libjava.sl"

Oracle 817 is running and Java SDK 1.2 is installed too (in /opt/java1.2 and /opt/java1.4).

Any ideas?

Regards,
Kay.
4 REPLIES 4
Roberto Martinez_6
Frequent Advisor

Re: runInstaller: "can't find libjava.sl"

Hi, try setting and exporting JAVA_HOME to /opt/java1.4, and inserting $JAVA_HOME/bin into the path, and adding $JAVA_HOME/lib into LD_LIBRARY_HOME... Good Luck
It wasn't me
T G Manikandan
Honored Contributor

Re: runInstaller: "can't find libjava.sl"

You need to search the libjava.sl file and then add that dir to the SHLIB_PATH.

Most proabably it should be under
under jre or java
jre/1.1.8/lib/PA_RISC/green_threads/libjava.sl
Yogeeraj_1
Honored Contributor

Re: runInstaller: "can't find libjava.sl"

hi,

The Unix directories where the file libjava.sl resides are contained in $SHLIB_PATH and $PATH

You should also set:
JAVA_HOME=/opt/java1.4

Please check these paths.

Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Kay Liesenfeld
Frequent Advisor

Re: runInstaller: "can't find libjava.sl"

I'm sorry, this doesn't solve the problem.

I only have this problem since the installation of java SDK 1.4. With the installed 1.2 it was ok. But Oracle recommends installing 1.4...