RE: running jar files

2002-01-22 Thread Cressatti, Dominique
r Hübner [mailto:[EMAIL PROTECTED]] Sent: 22 January 2002 16:36 To: Tomcat Users List Subject: RE: running jar files To execute a Jar file I would do c:\> java -jar jarfile.jar if I was trying to execute a specific class in a jar file I would do : c:\> java -cp jarfile1.jar;jarfile2.jar

RE: running jar files

2002-01-22 Thread Reynir Hübner
To execute a Jar file I would do c:\> java -jar jarfile.jar if I was trying to execute a specific class in a jar file I would do : c:\> java -cp jarfile1.jar;jarfile2.jar; com.lansa.web.admin.WebAdmin If that doesn´t work I would check if this class really exists in the jarfiles I have, and