1

Server Problem!

1 diamonds

  • 367
    Views, 1 today
  • 11
    Comments
  • 0
    Favorites
  • Flag / Report

Get Embed Code

Forum:
HTML:
Link:
avatar sonix7446
Level 39 : Artisan Nether Knight
Posted 06/06/12 12:59:51 pm
06/06/12
Whassup people Sonix here. I found out how to make a Bukkit server, but I don't know how to turn it on. Like, whenever I try to join the server, it just says "Can't reach server"! I know how to fix that, just turning on the server.exe, but the problem is, I can't find it. Well, I think it's the run.bat file, but it only says "'java.exe' is not recognized as an internal or external command, operable program or batch file." I don't know get that or know what that means, and I don't know how to fix it! I need a little help.




P.S. If you look at the picture above, you could read it from up there, btw.

Additional Details

Tags:Article

More Blogs by sonix7446View All

2011-12-25 12:31:20
by sonix7446

Join us to post comments.

Comments : 11

1 - 11 of 11

AvatarAcid
Level 15
Journeyman Dragon
June 6, 2012, 9:32 am

go to your command prompt and type:   java -version


do you get anything back, or just another not recognized?  in any case, you may want to begin with installing / re-installing java and rebooting your machine.


if you still do not get anything back from the java -version command you can try two things.


1  put the java bin folder location in your system environment variables.
2  copy the batch file to run bukkit into your program files javabin folder and try running it from there.

sonix7446
Level 39
Artisan Nether Knight
June 6, 2012, 9:42 am

Didn't you read the pic? It said, "Press any key to continue". That meant the next key I pushed, it "X"ed off. So I couldn't type in java -version.

AvatarAcid
Level 15
Journeyman Dragon
June 6, 2012, 9:44 am

lol man.  ok, so what you do is click your start button, type in cmd and press enter.  that will bring up your command prompt, which is why i said "go to your command prompt"

sonix7446
Level 39
Artisan Nether Knight
June 6, 2012, 9:56 am

oh lol. sry i'm a noob xD

happy2183
Level 30
Artisan Lava Rider
June 6, 2012, 9:18 am

try using this code in your batch file instead



@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%Javajre6binjava.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
PAUSE

sonix7446
Level 39
Artisan Nether Knight
June 6, 2012, 9:35 am

Whadda you mean Batch file?

AvatarAcid
Level 15
Journeyman Dragon
June 6, 2012, 9:41 am

the batch file is what you double click on to start bukkit.  if you have your file extensions turned on, it will end in .bat

sonix7446
Level 39
Artisan Nether Knight
June 6, 2012, 9:44 am

So the batch file is that black screen?

AvatarAcid
Level 15
Journeyman Dragon
June 6, 2012, 9:46 am

naw, the batch file is the file you double click on to startup bukkit.  it launches a series of commands in the command prompt(black screen).  

sonix7446
Level 39
Artisan Nether Knight
June 7, 2012, 8:13 am

Where do I find the batch file? (i'm sry i'm wasting ur time

sonix7446
Level 39
Artisan Nether Knight
June 6, 2012, 9:40 am

btw, I tried it on notepad and same thing happened--it didn't work.

1 - 11 of 11