cancel
Showing results for 
Search instead for 
Did you mean: 

Could not find libjava.so

Former Member
0 Kudos

Hi Experts,

I am trying to install SAP ECC 6.0 EHP3 in HP-UX 11.31. I have installed the java runtime successfully, and is able to see the result when I run java -version. However, 1 of the steps in SAPINST prompts me for the JRE environment. I have already set JAVA_HOME and PATH successfully. But encountered an error with "Could not find libjava.so", "could not find Java 2 Runtime Environment". Can anyone help? Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> I am trying to install SAP ECC 6.0 EHP3 in HP-UX 11.31. I have installed the java runtime successfully, and is able to see the result when I run java -version.

Please post the output of the commands

java -version
which java
uname -a

Be aware that you need the full JDK, not only the JRE (the runtime environment).

See http://www.hp.com/go/java

Markus