1
I Cant Start My Server?
I dont know whats wrong?
C:\Users\Austin\Desktop\New folder>java -Xmx1048M -Xms1024M -jar Server.jar
Picked up _JAVA_OPTIONS: -Xmx512M
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
C:\Users\Austin\Desktop\New folder>pause
Press any key to continue . . .
I Need Help!
C:\Users\Austin\Desktop\New folder>java -Xmx1048M -Xms1024M -jar Server.jar
Picked up _JAVA_OPTIONS: -Xmx512M
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
C:\Users\Austin\Desktop\New folder>pause
Press any key to continue . . .
I Need Help!
5
If you are running a 32-bit the maximum you can do is 1024M so, for your run.bat you will need to do the following:
Also be sure to rename your jar to match the "craftbukkit.jar" part, this can be called whatever, as long as it matches up.
java Xmx1024M -jar craftbukkit.jar -o false
PAUSEAlso be sure to rename your jar to match the "craftbukkit.jar" part, this can be called whatever, as long as it matches up.
What you need to do is put a file named MineCraft server on your desktop. Then you need to get the .jar file/bukkitt.jar. After you have the jar file put that in the folder. If that jar is called craftbukkit-1.6.4-R2.0 or something other than craftbukkit, remove it. The jar needs to be just craftbukkit.. Then you make a new text doc. You will paste this code.
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
After you paste the code save the text doc as start.bat. You should be able to run the server and then its just a matter of port forwarding.
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
After you paste the code save the text doc as start.bat. You should be able to run the server and then its just a matter of port forwarding.
How many gigs of ram do you have, maybe your computer can't handle a server. And update Java just to be sure.
The only type of computers that can handle the server is a 32-bit operating system. It can handle it just cant go over 512 or 1gig i forget.
