RE: [JAR -CLASSPATH] class-path how to

2007-06-11 Thread temp temp
nal Message- From: miro [mailto:[EMAIL PROTECTED] Sent: 11 June 2007 11:35 To: user@struts.apache.org Subject: [JAR -CLASSPATH] class-path how to 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

Re: [JAR -CLASSPATH] class-path how to

2007-06-11 Thread James Mitchell
I have a cat that won't come when I call it. Can you (temp temp) help me with this? -- James Mitchell On Jun 11, 2007, at 12:03 AM, temp temp wrote: I have a jar file it has the follwing structure META-INF lib com This is my manifest.mf file. Manif

Fwd: [JAR -CLASSPATH] class-path how to

2007-06-11 Thread temp temp
Note: forwarded message attached. - Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit.--- Begin Message --- I have a jar file it has the follwing structure META-INF lib

[JAR -CLASSPATH] class-path how to

2007-06-11 Thread temp temp
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

RE: [JAR -CLASSPATH] class-path how to

2007-06-11 Thread Al Sutton
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#a110 58329 Sent

[JAR -CLASSPATH] class-path how to

2007-06-11 Thread miro
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 -