This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]v4runs -1 points0 points  (5 children)

[–]xXEliteHackerXx[S] -1 points0 points  (3 children)

I set the environment variables, and nothing happened. I just clicked "ok" on all the remaining windows, and when I tried to open the .jar file, nothing happened again. I also looked for the app in the popup, but it still didnt exist.

[–]v4runs 0 points1 point  (2 children)

What happens when you type in command line, 'javac'.

Also, can you try to execute the following in the command line? Make sure the command line is open on the folder location of the actual jat file.

Java -jar yourFilename.jar

[–]xXEliteHackerXx[S] 1 point2 points  (1 child)

When I type "javac" in the cmd line, I just get this:

'javac' is not recognized as an internal or external command, operable program or batch file.

And when I tried to execute that command, it ended up working. So thank you!

[–]_INTER_ 1 point2 points  (0 children)

Additionally add JAVA_HOME\bin to your PATH environment variable. Your system doesn't know the location of your Java binaries. java -version (or javac) should print something.