Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/18 in all areas

  1. Can I see the text from your batch file?
    1 point
  2. If you want Forge to have a decent amount of RAM you will need to run the jar through command line or a .bat file (.bat means batch file and is a "batch" of CMD commands that get executed one after another). If you launch the server using this method you will need to leave the CMD window open or else the server will stop HARD (meaning it might not have a chance to save everything and things might get corrupted).
    1 point
  3. The java -version just prints the Java version and stops, if you're trying to execute a jar file don't use -version.
    1 point
  4. You have 32-Bit Java, which only allows about 3GB of RAM, some of which is needed by Java's backend so it can't reserve enough for Forge AND the backend. You will need to get 64-Bit Java 8. (The Java 8 part is important because Forge does what it does by leveraging black magic that is unique between Java versions)
    1 point
  5. Don't start the server, just press the windows key, type in cmd and press enter. That will bring up the command line, then in the command line type java -version
    1 point
  6. These should not be all on the same line, pause especially. You need to hit enter between them.
    1 point
  7. 1 point
  8. Java will only use as much memory as you tell it to use, right now you aren't even giving it half a gig. Use the arguments described on this Minecraft Wiki page.
    1 point
  9. Get the Json Editor plugin for Eclipse
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.