Small issue. Launching the jar from a path with a space is not possible.
ERR> Error: Unable to access jarfile c:\program Install aborted!
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
you should put the path inside quotes from the commandline like this:
java -jar "c:\program files\install.jar"
Small issue. Launching the jar from a path with a space is not possible.
ERR> Error: Unable to access jarfile c:\program
Install aborted!
you should put the path inside quotes from the commandline like this:
java -jar "c:\program files\install.jar"