1751924 Members
4790 Online
108783 Solutions
New Discussion

Re: libjava.sl not found

 
Vishal Biyani
Advisor

libjava.sl not found

We installed SDK 13108 PA_RISC on HP-Unix 11.0, after that installed WebSphere Application server5.0 which was installed successfully but while installing FIX PACK 2 for WAS to make it Websphere App Server 5.0.2 it gave this error.After running the installation script error given was:
# updateWizard.sh
Start of [ ./updateSilent.sh ]
Verifying installer jar:
[ installer.jar ]
Error: can't find libjava.sl.
End of [ ./updateSilent.sh ]
#

 

 

 

Moved from HP-UX Technical Documentation to HP-UX > languages

Learning should never stop!
1 REPLY 1
Joseph Loo
Honored Contributor

Re: libjava.sl not found

hi,

maybe the script updateSilent.sh could not locate libjava.sl?

to locate:

# find / -name libjava.sl -exec ls -ld {} \;
either u set it in PATH variable of the java1.3 path and run the script or u hardcode the path in the script.


regards.
what you do not see does not mean you should not believe