1
UNABLE TO ACCESS CRAFTBUKKIT JARFILE
Hi. Whenever I try running the craft bukkit batch file it comes up with this error:
Error: unable to access jarfile craftbukkit.jar
1. Yes, my batch file is named craftbukkit, without the ".jar"
2. I have java 7.
3. I am on Windows 8.
4. This is my current script:
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
Any help would be appreciated and especially if you could write me a new working script. Thanks for reading!
Error: unable to access jarfile craftbukkit.jar
1. Yes, my batch file is named craftbukkit, without the ".jar"
2. I have java 7.
3. I am on Windows 8.
4. This is my current script:
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
Any help would be appreciated and especially if you could write me a new working script. Thanks for reading!
2
The craftbukkit file (jar) should be renamed to craftbukkit.jar
Ex.
Before: bukkit-1.7.2-R2.0.jar
After: craftbukkit.jar
The batch file and jar should be in the same folder.
Ex.
Before: bukkit-1.7.2-R2.0.jar
After: craftbukkit.jar
The batch file and jar should be in the same folder.
Are they in the same folder? If they are then http://lmgtfy.com/?q=unable+to+access+j ... bukkit.jar
