I am trying to make a tekkit server it is my first one and for the life of me i cannot get it working. I have watched youtube videos and the step by step server setup video, but every time i get the same messege.
Code:
C:\Users\Ty\Desktop\minecraft extras\Tekkit server\Tekkit_Server_3.0.4>java -Xmx
1G -Xms1G -jar Tekkit.jar nogui
'java' is not recognized as an internal or external command,
operable program or batch file.
C:\User\Ty\Desktop\minecraft extras\Tekkit server\Tekkit_Server_3.0.4>pause
Press any key to continue . . .
Any help will be greatly appreciated
Tyatkns, Sunday at 11:45 PM
Edit
Report
#1
Reply
mooo312
just try this in the .bat file
java -Xmx1G -Xms`G -jar Tekkit.jar nogui
pause
mooo312, Monday at 12:14 AM
Report
#2
Reply
Tyatkns
no dice
Tyatkns, Monday at 1:07 AM
Edit
Report
#3
Reply
Jim1971
You are limiting Tekkit to 1gb of ram? That could be your problem, I could never get it to start without a minimum of 2gb.
Also, if you are on a 32bit windows OS you should add -nojline to the startup line as well, in the end it should look like this:
java -Xms1G -Xmx2G -jar Tekkit.jar -nojline nogui
if that doesn't work, and you are still getting the "'java' is not recognized" error message make sure that java is actually installed (should be version 7), and that it is in your path.
Jim1971, Monday at 2:55 AM
Report
#4
Reply
darzavor
Tekkit server should be able to start with just 1gb. You can't compare it to the client requirements.
OP, check if you even have installed java in your configurationwhateveritscalledinwindows screen.
darzavor, Monday at 3:07 AM
Report
#5
Reply
Wendo
Wow, this far in and no one has read the error
'java' is not recognized as an internal or external command,
You need to install java. Java 7 is probably the best version to install, if your OS is 64bit install the 64 bit version, otherwise the 32 bit version
Wendo, Monday at 3:27 AM
Report
#6
Reply
Backplague Ask me about my ridiculously awesome build
You need to set your PATH variable for the Java 7 bin. Google will help.
Backplague, Monday at 3:31 AM
Report
#7
Reply
Tyatkns
i no for a fact that i have java 7 installed because i made sure just for this is it because i downloaded the online version instead of offline by the way im a 32 bit also is the path thing this
Code:
[tt];C:\Program Files (x86)\Java\jre7\bin[/tt]
because thats what i was told to add to the end of my path thing
this is the old chat