View Single Post
  #2 (permalink)  
Old 07-24-2007, 03:58 AM
simon simon is offline
Member
 
Join Date: Jul 2007
Posts: 44
simon is on a distinguished road
you need to put the java main class target so the JVM knows which class to execute.

java -classpath C:\java\lib\JavaDde.jar:C:\java\lib\joc-v2.0.5-eval.jar: -jar C:\test.jar Test
Reply With Quote