----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------


Stou Sandalski wrote:
> 
> if I unpack one of those jar files.. the thing that occurs is:
> 
>     org
>         gjt
>             mm
>                 mysql
> 
> now should I set up the wrapper.classpath to point to the top level
> directory of the file I downloaded and unpacked... or the top level
> directory of the .jar file?

Set the wrapper.classpath to the dir that contains org.

If you put org in /usr/local/java/classes
Then set wrapper.classpath=/usr/local/java/classes (in jserv.properties)
Then call Class.forName("org.gjt.mm.mysql.Driver").newInstance();

--Mark


--
--------------------------------------------------------------
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