Posted By:
Tongguo_Pang
Posted On:
Friday, April 19, 2002 02:27 PM
Hi,
I tried to run an application which was in a jar file. I used the command java -jar myjar.jar, but it always failed becuase I could not find some jar files which I put in my CLASSPATH environment variable. My question is, how can I set the Class-Path switch in my manifest file without moving those files into my current dir?
Thanks.