I have a jar file  it has the follwing structure
 
META-INF
lib
com
 
This is my manifest.mf file.
 
Manifest-Version: 1.0
Main-Class: project.converter.Test
Class-Path:
lib/converter-actions-xsd.jar;lib/commons-lang-2.3.jar;lib/commons-io-1.3.1.jar;
lib/xbean.jar;     
 
I run  jar file  using command
 
java –jar converter.jar
 
I  get class not found exception  (for a class which is in one of the jar
files in lib folder)

Thanks & Regards
Miro
-- 
View this message in context: 
http://www.nabble.com/-JAR--CLASSPATH--class-path-how-to-tf3900808.html#a11058329
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to