orionAD6 Posted November 6, 2012 Posted November 6, 2012 when ever I start up my server I get this message C:\Windows\system32>java -Xmx1G -Xms1G -jar tekkit.jar nogui Error: Unable to access jarfile tekkit.jar C:\Windows\system32>pause Press any key to continue . . . If I don't run it as admin I get C:\Users\OrionAD6\Desktop\Tekkit server 3.1.2>java -Xmx1G -Xms1G -jar tekkit.jar nogui 'java' is not recognized as an internal or external command, operable program or batch file. C:\Users\OrionAD6\Desktop\Tekkit server 3.1.2>pause Press any key to continue . . . Ive completly delete java and reinstalled Ive got a new server file Ive deleted java in system32 Ive tried everything I really need help
Juicysilver Posted November 19, 2012 Posted November 19, 2012 Ya that happens to me as well. I don't know what it is I've tried looking on tube but I keeps telling me to did the same things and they aren't working
Zenalia Posted November 19, 2012 Posted November 19, 2012 Is your launch.bat file in the same folder as your tekkit.jar file? If not, it needs to be.
Teraku Posted November 19, 2012 Posted November 19, 2012 You don't have a proper path to Java. You need to edit run.bat yourself. Try this to run the server: "(path to java.exe)" -jar "(path to the server jar)" -Xms2G -Xmx3G.
orionAD6 Posted November 24, 2012 Author Posted November 24, 2012 Thanks for the replay's zenalia it is in the same folder as my start.bat I just opened the folder you download off the tekkit site and dragged everything inside into a desktop folder called tekkit server and teraku I dont know my (path to java exe) or my (path to server jar) what path? I believe I may have broken something in my java if I need to do "path" stuff But an explanation would be appreciated
Zenalia Posted November 24, 2012 Posted November 24, 2012 A path is what it sounds like, the path to the original file (C:\Users\OrionAD6\Desktop\Tekkit server 3.1.2 <--that's a path) Right click your launch.bat file, chose edit, and replace with this: java -Xmx1G -Xms1G -jar Tekkit.jar nogui pause If it already looks like that, then try this: "C:\Program Files\Java\jre7\bin\java" -jar -Xmx1G -XmX1G Tekkit.jar nogui pause
orionAD6 Posted November 25, 2012 Author Posted November 25, 2012 "C:\Program Files (x86)\Java\jre7\bin\java" -jar -Xmx1G -XmX1G Tekkit.jar nogui pause error unable to access jar file tekkit.jar again the file reads (folder) Buildcraft (Folder) Config (folder) Mods (folder) redpower (bat file) Launch (file) launch.sh (file) mod_EE.props (jar file)Tekkit.jar how do i get it to recognize were the jar file is? Its found Java but not tekkit.
Zenalia Posted November 25, 2012 Posted November 25, 2012 I just edited my post because should have known it was windows from your directory (doh!).
Jordandmc Posted November 25, 2012 Posted November 25, 2012 You should try providing the direct path to your Tekkit.jar. Right click on Tekkit.jar -> properties copy the text beside "Location:" paste it in front of Tekkit.jar in your Launch.bat and then add "\" between your paste and the "Tekkit.jar" and then add quotes around the path and example would be: "C:\Program Files (x86)\Java\jre7\bin\java" -jar -Xmx1G -XmX1G "C:\Users\Jordan\Desktop\Tekkit server\Tekkit.jar" nogui
Recommended Posts