Tyatkns Posted July 9, 2012 Posted July 9, 2012 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
mooo312 Posted July 9, 2012 Posted July 9, 2012 just try this in the .bat file java -Xmx1G -Xms`G -jar Tekkit.jar nogui pause
Jim1971 Posted July 9, 2012 Posted July 9, 2012 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.
darzavor Posted July 9, 2012 Posted July 9, 2012 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.
Wendo Posted July 9, 2012 Posted July 9, 2012 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
Backplague Posted July 9, 2012 Posted July 9, 2012 You need to set your PATH variable for the Java 7 bin. Google will help.
Tyatkns Posted July 9, 2012 Author Posted July 9, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now