Minecraft Server won't open
I've downloaded both the 1.7.2's for the game itself and the multiplayer server. When I click on minecraft_server.1.7.2 the application won't even open, it'll load up logs but nothing else, it won't bring the minecraft server page up. I have also tried running it in admin mode, nothing changed. What am I doing wrong?
This is what I'm trying to open but when I click on the application it won't even load, it'll just bring up logs. It won't load world, banned-ips, banned-players, ops, server, or white-list.
Solution 1:
Attempt to launch the jar with a batch file.
This can be created by opening notepad and typing the following,
java -Xmx2G -Xms2G -jar minecraft_server.1.7.4.jar -o true
pause
Save this file as launcher.bat, and store it in the same directory as your jar file.
This should now launch the server. Good luck!
Solution 2:
Take a look at the top of your screenshot. It says Minecraft Server Version 1.2.5. You may have downloaded an old version and/or simply saved it in the wrong location. Download the server jar from the official minecraft site if you have gotten it from another source. Also, consider using a startup script (batch file if in Windows) to run your server instance, as outlined by many "how-to's" in many google searches.
Edit: apparently that isn't actually your screenshot, after re-reading the question. The portion of my answer concerning using a startup script still stands. Other possibilities exist.
- Make sure nothing on your system is already bound to the default port of 25565.
- Make sure you have Java installed (and the appropriate version)
- Make sure you have enough RAM available for the application to run.
Also, post your server.log file, it will present information that might be more useful for debugging.