1

How can i update my java so i can make a server

sylvannus 2/11/13 12:15 am
96
2/11/2013 11:51 am
hello i have no clue on how to update my java and i want to make a server for minecraft can you help me + if your kind today you can also tell me how to make a servr for me and my friends to play on.
Posted by
sylvannus
Level 15 : Journeyman Crafter
5

  Have something to say?

JoinSign in

2

qtpriest
02/11/2013 11:51 am
Level 38 : Artisan System
things you want to know how to do is port forward. thats the biggest thing with setting up a server because without doing that your server will not be reachable by anyone outside of your network.. i suggest getting the server program from minecraft.net. good for first time servers and easy to set up. just click an icon and go with it. but like i said about port forwarding you need to do that if you dont know how. there are plenty of guides online to walk you through how to do this.
1
oggehej
02/11/2013 10:38 am
Level 18 : Journeyman Toast
You can download the latest versions of java here: http://java.com/en/download/manual.jsp.

To just make a server It's pretty easy. You need to download bukkit here: http://dl.bukkit.org/ and place it in a folder located in the desktop (or my documents, doesn't matter). And rename the downloaded file to just craftbukkit (craftbukkit.jar).
After that, you're going to make a .bat document in the folder, and insert the following code:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms2048M -jar craftbukkit.jar
echo Server closed, press any key to continue...
pause>nil


After that you can just open the .bat file to start the server. If you want you friends to come on, you need to port forward and give them your IP. You can find your IP here: http://ipchicken.com/.

Reply to this thread if you are having any questions or error messages
1

Welcome