We need more information than What is youre issue? Did you follow the steps correctly? http://wiki.bukkit.org/Setting_up_a_server Did you correctly format your server.bat? is your craftbukkit.version.jar in the same location as the server.bat We need more info to diagnose your issue. Go the these links. http://forums.bukkit.org/threads/fa...ownload-bukkit-install-plugins-and-more.5053/ http://forums.bukkit.org/threads/troubleshooting-common-problems-with-solution.44590/#post-1189669 http://forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/
This may sounds weird, but take your PC outside, plugin it in via extension cord, and then hose down the inside of it while running as that should clean out all of the problems you are having currently
we are using a linksys system if that means anything, i don't know what type of architecture it is, however yesterday i did manage to create a vanilla server without bukkit so i had a few people tell me to start over and use bukkit to make the server xP
Okay, save this to startbukkit.bat and put it in the same folder as craftbukkit.jar. If craftbukkit.jar is named something other than craftbukkit.jar (such as craftbukkit-1.2.5-R4.0). Make sure you are using a 64-bit Java 1.7 JVM. Code: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms1024M -jar craftbukkit.jar PAUSE