-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

At 11:40 AM 9/3/99 -0400, you wrote:
>-----------------------------
>Please read the FAQ!
><http://java.apache.org/faq/>
>-----------------------------
>
>What should my classpath be if I'm trying to run JServ?
>

For JDK 1.2, here's what I did:

1. Put jsdk in:

         /usr/opt/java121/jre/lib/ext/jsdk.jar

    JVM will automatically find it and you don't need to put it in the 
CLASSPATH.

For jdbc, here's what I did:

1. Put jdbc in:

         /usr/opt/java121/jre/lib/ext/classes12.jar

    The Oracle distribution will have a classes12.zip file.  For java and 
javac
    to both work, you need to use jar to unpack the zip file and repack it 
into
    a jar file.  Again, JVM will automatically find it so, you don't need 
to put
    it in the class file.

The ext directory is special for JDK 1.2.  Jar/Zip class files are 
automatically loaded from that directory.  The /usr/opt/java121/lib and 
/usr/opt/java121/tools directories are not automatically loaded unless you 
put them in the CLASSPATH.

The only CLASSPATH I use is for ApacheJsev.jar which is contained in the 
jserv.properties file:

         wrapper.classpath=/usr/local/stronghold-2.4.1/jserv/lib/ApacheJServ 
wrapper.classpath=/usr/local/stronghold-2.4.1/jserv/lib/ApacheJServ.jar


>Atul Ohri
>NYU School of Law Webteam
>[EMAIL PROTECTED]
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html>
>Problems?:           [EMAIL PROTECTED]

Brian S. Wallace

Oak Ridge National Laboratory
P. O. Box 2008, MS 6394
Oak Ridge, Tennessee  37831-6394

Voice (423) 576-3193
Fax   (423) 574-5323

http://www-internal.ornl.gov/~xsw/



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to