Hi!

Kenneth Reed wrote:
> I have jboss-client.jar in my client's directory along with the other .jar files
> from the client directory. My CLASSPATH environment variable is defined as:
> 
> CLASSPATH=C:\JavaApps\com\titan\client;.
> 
> Where c:\JavaApps\com\titan\client is the directory from which I am running the
> client.
> 
> Do I need to change the classpath to:
> 
> CLASSPATH=C:\JavaApps\com\titan\client\jboss-client.jar;.?

Yes. Read up on how classpath's work, please. Pointing to a directory
assumes that you have .class files in there.

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to