MedVisual Image Inc wrote:
I downloaded  a java project and built it by ant. It generates a zip file. My problem is :

How can I run a zip file?

Add the zip to your classpath (either directly to the environment variable or by using the -cp argument of java) and then select the class you want to run i.e.

java -cp antinanzip.zip org.apache.tools.ant.Main


Conor


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

Reply via email to