Thats not what I asked. I was asking what steps did you take to try to make it run... your answer should have been something like this

:
Two major steps to do:
1. Find and note the location where your .JAR file is.
- this should be easy, its the directory where you installed you application to on your hard drive.
2. Find and note the location where your Java executable is.
[font=Tahoma,Verdana,Arial,Sans-Serif](basically, where is [/font][font=Tahoma,Verdana,Arial,Sans-Serif]JAVA.EXE locat[/font]ed)
- On my 64-bit WIN10 system I use the 32-bit version of Java, it is located in:
C

rogram Files (x86)Common FilesOracleJavajavapath
-------------------------------------------------------------------------------------------------
The process:
1. Right click the .JAR file
2. Select OPEN WITH
3. Select CHOOSE ANOTHER APP
4. Click MORE APPS
5 Scroll down to the bottom
6. Click on Look for another app on this PC
7. In the file name area enter C

rogram Files (x86)Common FilesOracleJavajavapathjava.exe (WITHOUT QUOTES AND ONLY IF THIS IS WHERE YOU INSTALLED JAVA TO!)
8. Click OPEN
9. You are done. Double click your .JAR application and it will work (as long as you used the right file location for JAVA .EXE).
The entire process should take you less than 20 seconds and if this doesnt work, there are only 3 possible answers:
- Jar file is corrupt
- Java isnt installed
- Wrong path to Java.exe was used
Hope this helps.