Iestyn Posted August 28, 2012 Posted August 28, 2012 Hi there, I'm hosting my own web server. Minecraft was set up correctly and bukkit was running hand in hand with it. This afternoon I decided to try out Tekkit, so I downloaded the latest version, unzipped it and added all the files to the root of the Minecraft file. and attempted to run it via SSH: /home/minecraft/startserver.sh Here's the contents of that startserver.sh file: #!/bin/bash cd "$( dirname "$0" )" java -server -Xincgc -Xmx1024M -jar ./craftbukkit.jar Here's the contents of my server log file: http://pastebin.com/MCi3tUJx I'm running the latest version of Minecraft and Bukkit, so where am I going wrong, please, someone point me in the right direction, I'd be most greatful. Sorry if this isn't the correct place to post this. Kind Regards Iestyn.
Jay? Posted August 29, 2012 Posted August 29, 2012 You need Java 7, most likely. This goes in bug reports.
Recommended Posts