When I downloaded the server software recently - all that is in the folder is :
-Minecraft Server - jar file
- README - notepad
- start server - windows batch file / command prompt
It does not have the server properties which it used to and other files.
Can anyone help me please??
Indy
When I start server it says :
'java' is not recognised as an internal or external command, poperable program or batch file.
Press any key to continue . . .
Do you have both x32 and x64 java? If you have x32 java too it should be finding it ok. If you do have x32 java and it's not finding it, you should change:
java -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
to
"C:/WINDOWS/SysWoW/java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
or
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
Sorry - what do i change?
Sorry about that, the start_server.bat file. Right click > Edit.
@echo off
java -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
pause
that is what it says - what do I need to do. Thank you for your answers - much appriciated.
Change:
java -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
to
"C:/WINDOWS/SysWoW/java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
or
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
For: C:/WINDOWS/SysWoW/java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
it says "The system cannot find the path specified"
and the second on it says the usual.
Thankyou very much for your help - Its soo appreciated!
I cant get it to work for some reason....
Please explain how you got it to work.
'"C:\...\minecraft-server\java.exe"' is not reconized as an internal or external command, operable program or batch file.
Hope this means i am closer....
The main class manifest failed to load when i used (... used to procect private information):
"C:\...\...\...\minecraft-server\minecraft-server.jar" com.mojang.minecraft.server.MinecraftServer
Still... progress is being made even though i have no clue what i am doing, other than guess and check. I hope i can get this running.....
(I have adhd. Can somebody reply before i lose my focus on this?)
1. Right click My Computer, select Properties
2. Click Advanced tab
3. Click Environment Variables
4. Under System Variables, select Path, then Edit.
5. Add at the end of the lower textbox your path to the java etc ";C:\Program Files\Java\jre6\bin" semicolon must be there.
So that approach wont work....
Unless i can hack the password for my dads account on my laptop and use it. (Very unlikely....)
He might input the password in one day.... but....
That's really the only way.
Hope my dad says yes then....
Climbed a tower with an overhang sucessfully from the outside.
Amazed an op too. ("How did you do it?" more or less)
You see, I have done stuff you have told, but now I have quite strange effect...
"Error occured during initialization of VM java/lang/NoClassDefFoundError: java/lang/object"
Can you help?
you need to change the second line to:
umm there is 1 problem to mines HOw you i make a admin and the server name!
WoM Coins: 20
Simply start the server then wait for it to generate the files. Then you can close the cmd window.