1

Bukkit server [home] problems

Grovers1 7/31/14 9:04 pm
204
8/3/2014 4:01 pm
Hello, I have been trying to make a bukkit server on my computer for my friends.

[ 1 ] I downloaded CraftBukkit, the 1.7.10 one.

[ 2 ] I created a folder and dragged CraftBukkit into it, then renamed it to just craftbukkit

[ 3 ] I created a text document and pasted the code
Click to reveal
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx512M -Xms512M -jar craftbukkit.jar
PAUSE
Into it

[ 4 ] After that i Saved it as "Run Minecraft Server.bat"

[ 5 ] I double clicked the file i had just created and tried to run it to create all the files, but it opened the console saying (the system cannot find the path specified) then closed

I don't know what to do? Please help me.
Posted by
Grovers1
Level 14 : Journeyman Cake
7

  Have something to say?

JoinSign in

4

TheRedHun1
08/03/2014 4:01 pm
Level 9 : Apprentice Network
The issue is your PATH to your bukkit.jar in the command line. It must be PATH/TO/bukkit.jar and not just bukkit.jar.
1
marcopolo84
08/02/2014 7:13 pm
Level 33 : Artisan Geek
Run your server again and tell me if it still has errors.
1
Grovers1
08/02/2014 6:06 pm
Level 14 : Journeyman Cake
i made a non bukkit server once but it long gone now.
1
marcopolo84
08/02/2014 5:57 pm
Level 33 : Artisan Geek
When you make a server, there are supposed to be lots of errors the first time you run it. However, if this is not the first time, then you are having some problems. Get back to me if you do have a problem.
1

Welcome