Advertisement
Guest User

help info

a guest
May 1st, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. 1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
  2. windows xp service pack 3
  3. 2. What architecture is the OS you are running (x64 or x86)?
  4. x86
  5. 3. What version and architecture is your java install? (Type: java -version in command prompt.)
  6. 1.7 (v7)
  7. 4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
  8. only a GUI and the error occurs even without the GUI
  9. 5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
  10. The build number is displayed in the top of the server.log.
  11. craftbukkit-1.2.5-R1.0
  12. 6. What command are you using to run your CraftBukkit server?
  13. @Echo OFF
  14. SET BINDIR=%~dp0
  15. CD /D "%BINDIR%"
  16. "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5-R1.0.jar
  17. PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement