Jump to content

Recommended Posts

Posted

  1. 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.

    Code:

    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


    Edit

    Report


    Reply




  2. just try this in the .bat file


    java -Xmx1G -Xms`G -jar Tekkit.jar nogui

    pause


    Report


    Reply




  3. no dice


    Edit

    Report


    Reply




  4. 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.


    Report


    Reply




  5. 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.


    Report


    Reply




  6. 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

    Report


    Reply



  7. Backplague

    10163.jpg?1340744996
    Ask me about my ridiculously awesome build


    You need to set your PATH variable for the Java 7 bin. Google will help.


    Report


    Reply




  8. 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


    Code:

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

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



this is the old chat

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...