View Single Post
  #19  
Unread 09-20-2007, 06:23 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

You need to use java.exe or javaw.exe instead of javaws.exe (which is webstart).

Your OS should not try to launch .jar files with WebStart, so please check your configuration. Make it so it always opens .jar files with javaw.exe

You can still start it up manually at command line with:
java -jar Updater.jar

Last edited by Kaldran : 09-20-2007 at 06:27 AM.
Reply With Quote