Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java libraries

Status
Not open for further replies.

sirron

Programmer
Mar 11, 2004
139
US
Does anyone know where the Java Libraries are
located on AIX 5.1 OS?

Any help would be appreciated
 
Do a find on java " find . / -name java

./lib/java

./bin/java
./jdk_base/bin/aix/native_threads/java
./jdk_base/bin/java
./netscape/communicator/java
./java130/bin/java
0 ( 24, 18) FDX
./java130/jre/bin/java
./java131/bin/java
./java131/jre/bin/java
 
And then, of course, there are the Oracle Java libraries. Which one are you looking for, Oracle's or AIX's?
 
What is the command to find java
I typed the command but its not working.

Also, yeh how would I find the Oracle Java Libraries
 
find / -name java ==> search java in your system
which java ==> which java executable is first in your path
- if none : export PATH=$PATH:<path to java>
for oracle : certainly somewhere under $ORACLE_BASE

 
I'm not sure if I set the ORACLE_HOME and ORACLE_BASE
correctly for the installation.

How do you set that up?
 
Did you read the documentation for installing Oracle? It tells you there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top