Jump to content

Recommended Posts

Posted

I downloaded the latest Tekkit Classic Server and unzipped it onto a folder onto my desktop. I clicked the jar named "Tekkit", and it added a bunch of new folders. When I tried to launch the server using the launch bat file.

I had this error:

'java' is not recognized as an internal or external command

I used this Youtube video to help me with my Java pathing. Once I followed the steps in the video, I got this error.

Error occured during initialization of VM.

Could not reserve enough space for object heap.

Error: Could not create the Java Virtual Machine.

Once I ran my .bat file in Administrative mode, I got a different error message.

Unable to access jarfile Tekkit.jar

Since my Tekkit jar file was not named "Tekkit.jar" I renamed it to Tekkit.jar. I still am receiving the same error message. My Tekkit.jar file is in the same folder as my .bat file.

This is my current .bat file:

java -Xmx3G -Xms2G -jar Tekkit.jar nogui

pause

I've attempted changing the .bat file into this:

java -Xmx1G -Xms1G -jar Tekkit.jar nogui

pause

Which has seemed to have unaffected the problem.

Currently, I am running Windows 7 64 bit.

  • 2 weeks later...
Posted

i wrote an advanced batch file to launch minecraft servers (originally for bukkit, but it will work the same for tekkit)

get it here and paste it into a different run.bat file.

if you run into problems with it, post back here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...