1
Hello, I'm trying to start a bukkit server I have the latest craftbukkit.jar downloaded and extracted and I put this .bat file in the same folder
java -Xms1024M -Xmx1024M -jar craftbukkit.jar.jar -o true
PAUSE
I have Java 7 a 64 bit system and I did rename craftbukkit<versionblablabla>.jar to just craftbukkit.jar
I don't know why this doesn't work I get this error
The system cannot find the path specified.
Help is greatly appreciated thank you and if you need any other info just ask.
java -Xms1024M -Xmx1024M -jar craftbukkit.jar.jar -o true
PAUSE
I have Java 7 a 64 bit system and I did rename craftbukkit<versionblablabla>.jar to just craftbukkit.jar
I don't know why this doesn't work I get this error
The system cannot find the path specified.
Help is greatly appreciated thank you and if you need any other info just ask.
1
Never mind got it working with this
java -Xms1024M -Xmx1024M -jar craftbukkit.jar.jar -o true
PAUSE
my problem was my craftbukkit was named craftbukkit.jar so it's actually craftbukkit.jar.jar
java -Xms1024M -Xmx1024M -jar craftbukkit.jar.jar -o true
PAUSE
my problem was my craftbukkit was named craftbukkit.jar so it's actually craftbukkit.jar.jar
