Home » Developer & Programmer » JDeveloper, Java & XML » CLASSPATH/Resolver SPEC
CLASSPATH/Resolver SPEC [message #366669] Thu, 31 August 2000 22:08 Go to next message
Radhesh Mohandas
Messages: 20
Registered: August 2000
Junior Member
Hi,
I understand that the Aurora JVM uses something
called a resolver spec like a CLASSPLATH to resolve
the class dependencies. How can I list the paths
being searched or control that.

thanx
Radhesh
Re: CLASSPATH/Resolver SPEC [message #366670 is a reply to message #366669] Fri, 01 September 2000 12:35 Go to previous message
Paths
Messages: 1
Registered: September 2000
Junior Member
The following settings should be good enough to do any work you want, EJB, loadjava, javac, SQLJ and etc.

JAVA_HOME=/ora01/app/oracle/product/8.1.6/JRE
export JAVA_HOME

Also set the

LD_LIBRARY_PATH
CLASS_PATH

correctly, you will have the following in your path
javac -g -classpath .:

/ora01/app/oracle/product/8.1.6/lib/aurora_client.jar:

/ora01/app/oracle/product/8.1.6/jdbc/lib/classes111.zip:

/ora01/app/oracle/product/8.1.6/sqlj/lib/translator.zip:

/ora01/app/oracle/product/8.1.6/lib/vbjorb.jar:

/ora01/app/oracle/product/8.1.6/lib/vbjapp.jar:

/ora01/app/oracle/product/8.1.6/JRE:

/ora01/app/oracle/product/8.1.6/jlib:

/ora01/app/oracle/product/8.1.6/product/jlib

The important thing is to add the

JDK PATH which is uaually outside of Oracle environment.

Should you need GUI, add the swing jar.

jj wang
Previous Topic: Urgent : A query regarding Oracle Java Cartridge
Next Topic: jdbc thin and oracle names
Goto Forum:
  


Current Time: Thu Apr 25 16:57:51 CDT 2024