Jump to content

Help Me Please


Recommended Posts

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.

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

[tt];C:\Program Files (x86)\Java\jre7\bin[/tt]

because thats what i was told to add to the end of my path thing

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...