Jayson12343 Posted January 3, 2014 Posted January 3, 2014 Hello, I am currently trying to make a Tekkit Classic Server but when I start the .Bat file it says C:\Users\Jayson\Downloads\Server\Tekkit_Server_3.1.2>java -Xmx3G -Xms2G -jar Tek kit.jar nogui 'java' is not recognized as an internal or external command, operable program or batch file. C:\Users\Jayson\Downloads\Server\Tekkit_Server_3.1.2>pause Press any key to continue . . . Then it just exits and I can't do anything could someone please help me? Quote
weirleader Posted January 3, 2014 Posted January 3, 2014 out of curiosity, did you try searching the forum for this? a bit lower down on the same page as your post you'll notice this exchange: http://forums.technicpack.net/threads/server-help-launcher-and-java.56140/ don't get me wrong -- I'm happy to help; but I do get the impression that people don't look very hard. Quote
TonyVS Posted January 4, 2014 Posted January 4, 2014 They dont I have answered this same question myself a few times this is the bat file I use START "MINECRAFT-TEKKIT" /ABOVENORMAL /B java -server -Xincgc -Xmx4G -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=50 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -jar Tekkit.jar nogui Quote
Jayson12343 Posted January 5, 2014 Author Posted January 5, 2014 Sorry, but I don't understand computer language or whatever They dont I have answered this same question myself a few times this is the bat file I use START "MINECRAFT-TEKKIT" /ABOVENORMAL /B java -server -Xincgc -Xmx4G -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=50 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -jar Tekkit.jar nogui Quote
TonyVS Posted January 5, 2014 Posted January 5, 2014 no need just copy this into your .bat file that starts the tekkit server and run it Quote
Jayson12343 Posted January 6, 2014 Author Posted January 6, 2014 no need just copy this into your .bat file that starts the tekkit server and run it when I do this it says "Windows cannot find java" Quote
TwoTails Posted January 6, 2014 Posted January 6, 2014 you have to add java to your PATH. How to do that. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.