Bukkit Server
#1
Posted 22 February 2012 - 07:31 PM
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit.jar
pause help please!!!
#2
Posted 22 February 2012 - 07:34 PM
if you have bukkit you don't need the minecraft_server.exe
#3
Posted 22 February 2012 - 07:38 PM
#5
Posted 22 February 2012 - 07:40 PM
%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit.jar ,probably should be \jre7
#8
Posted 22 February 2012 - 07:46 PM
AcidSikeO, on 22 February 2012 - 07:40 PM, said:
%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit.jar ,probably should be \jre7
AcidSikeO, on 22 February 2012 - 07:43 PM, said:
#9
Posted 22 February 2012 - 07:48 PM
itsdvw, on 22 February 2012 - 07:44 PM, said:
You say you are running java 7. The directory names are changed to reflect the version. So, the jre6 in the start line of your batch file likely needs to be jre7. You should look for the file folder where it indicates and make sure the directory link up is correct.
itsdvw, on 22 February 2012 - 07:46 PM, said:
i have craftbukkit-1.1-R5-SNAPSHOT
Ok, so make sure the filename is correct in your start up batch file.
#10
Posted 22 February 2012 - 07:51 PM
itsdvw, on 22 February 2012 - 07:41 PM, said:
Also, if you use a 64 bit system, change "C:/Program Files/Java/jre6/bin/java.exe" to "C:/Program Files (x86)/Java/jre6/bin/java.exe".
You could also try using a complexer code to auto-detect your system bit.
Replace the entire .bat file to
@ECHO OFF IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "craftbukkit-1.1-R5-SNAPSHOT" IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "craftbukkit-1.1-R5-SNAPSHOT" PAUSE
then run it. It -should- work, but no promises.
edit:
You know what, just replace the .bat file with
java -Xms512M -Xmx512M -jar craftbukkit-1.1-R5-SNAPSHOT.jarit must work.
#11
Posted 22 February 2012 - 07:51 PM
AcidSikeO, on 22 February 2012 - 07:48 PM, said:
Ok, so make sure the filename is correct in your start up batch file.
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit-1.1-R5-SNAPSHOT
pause is this better ?
#12
Posted 22 February 2012 - 07:53 PM
itsdvw, on 22 February 2012 - 07:31 PM, said:
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit.jar
pause help please!!!
That is the directory path that windows uses to find you java loader. Open windows explorer and navigate to Program files and look for you java install. Look for the java.exe and note the path you took to find it.
#13
Posted 22 February 2012 - 07:54 PM
@echo off "%ProgramFiles%\Java\jre7\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit-1.1-R5-SNAPSHOT pause
Future sig in the making...
#15
Posted 22 February 2012 - 07:55 PM
AcidSikeO, on 22 February 2012 - 07:53 PM, said:
That is the directory path that windows uses to find you java loader. Open windows explorer and navigate to Program files and look for you java install. Look for the java.exe and note the path you took to find it.
#16
Posted 22 February 2012 - 07:57 PM
#17
Posted 22 February 2012 - 08:00 PM
AmberK, on 22 February 2012 - 07:54 PM, said:
@echo off "%ProgramFiles%\Java\jre7\bin\java.exe" -Xms512M -Xmx512M -jar craftbukkit-1.1-R5-SNAPSHOT.jar pause
Change you .bat to the above, go ahead and try that. If that doesn't work, I'll try to walk you through locating your java directory.
#18
Posted 22 February 2012 - 08:08 PM
AcidSikeO, on 22 February 2012 - 08:00 PM, said:
#19
Posted 22 February 2012 - 08:13 PM
Curse
MMO-Champion
WowStead
Arena Junkies
Minecraft Forums
DarthHater
Diablo Fans
Terraria Online









