Thread: [In progress] Update problem
View Single Post
  #35  
Old 04.06.2009, 11:10
krackt
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by profalety View Post
How can i run the .jar file manually? It's linked to winrar at my computer
From a winblows command prompt it's usually:
Code:
 java -jar full.path.to.jar.file
For more help try
Code:
java -h
Reply With Quote