I have downloaded a professionally written java program. I unzipped it and saved the unzipped files in a desktop folder, which automatically ended with the extension -app with the .jar on the zipped file omitted. (ie -app not -app.jar)
Double clicking did not open the program and right clicking does not offer the option to open with.
The file has a folder icon not a java icon
I thus tried to run it with the cmd
I opened cmd as administrator
changed the prompt to desktop, where the folder is located
I tried java -jar filename
I tried java -jar filename.jar
I tried java -jar "filename.jar"
I always receive the same message
Cannot open jar file
Can anyone help please. I am using windows 8.1 and I have another java program on the pc that RUNS, so java is installed and is working
Double clicking did not open the program and right clicking does not offer the option to open with.
The file has a folder icon not a java icon
I thus tried to run it with the cmd
I opened cmd as administrator
changed the prompt to desktop, where the folder is located
I tried java -jar filename
I tried java -jar filename.jar
I tried java -jar "filename.jar"
I always receive the same message
Cannot open jar file
Can anyone help please. I am using windows 8.1 and I have another java program on the pc that RUNS, so java is installed and is working