View Single Post
  #2 (permalink)  
Old October 2nd, 2002
HelgeB HelgeB is offline
Enthusiast
 
Join Date: May 13th, 2002
Posts: 39
HelgeB is flying high
Exclamation Re: Can't Get Phex to Start

Quote:
Originally posted by Unregistered
java -jar -cp %CLASSPATH% phex.jar
This won't work. The -jar option overrides all CLASSPATH settings (of the evironment variable and -cp option). Try this command:
java -cp phex.jar;D:\ant\lib\crimson.jar;D:\ant\lib\jaxp.ja r phex.f

Helge

Last edited by HelgeB; October 2nd, 2002 at 05:39 AM.
Reply With Quote