Im a newb.. and i tried to set the JRE as a path and i tried that command in the command prompt but it says "Error: Unable to access jarfile /path/to/CapeFinder-v1.jar"
Originally Posted by ramzgaming
Im a newb.. and i tried to set the JRE as a path and i tried that command in the command prompt but it says "Error: Unable to access jarfile /path/to/CapeFinder-v1.jar"
I hope you replaced "/path/to/" part with the location of where the CapeFinder jar is located relative to your system...
- - - Updated - - -
Here is another solution for people on windows that are having difficulty.
Save it as "run.bat" in the same directory where CapeFinder-v1.jar is located, and you can now double click run.bat to run the jar file.
But you still need to have java environment variables set. Open Command Prompt and type the following:
Code:
java -version
If that command returns something on the lines of "'Java' is not recognized as an internal or external command" you will need to follow this article on setting up your environment variables: https://www.jav*****m/en/download/help/path.xml otherwise your good to go!