Jump to content

Recommended Posts

Posted

Forge for 1.16 and older is not compatible with Java 16 at this time

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

Probably not, just install Java 8 and launch older servers by directly referencing it rather than relying on PATH

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

I've been trying to figure out how to directly reference where i have installed Java 8, but I cant figure it out. I've put the path to the folder. Am I missing something? Just got forge for a server, with a mod that only works on 1.15.2 currently so I have the latest version of 1.15.2. Waiting for the mod to update beyond that so I wont have this headache. 

Posted
  On 7/2/2021 at 5:51 AM, Aaric90 said:

I've been trying to figure out how to directly reference where i have installed Java 8, but I cant figure it out. I've put the path to the folder. Am I missing something? Just got forge for a server, with a mod that only works on 1.15.2 currently so I have the latest version of 1.15.2. Waiting for the mod to update beyond that so I wont have this headache. 

Expand  

Your server will have a default version of java that gets used when you just use the command "java" - in this case, it sounds like java 16

What you need to do is instead of just "java -jar etc", use the path to the java executable in place of java. So instead of "java -jar etc." it's "/full/path/to/java1.8/executable -jar etc"

Posted (edited)
  On 7/2/2021 at 6:06 AM, InspectorCaracal said:

Your server will have a default version of java that gets used when you just use the command "java" - in this case, it sounds like java 16

What you need to do is instead of just "java -jar etc", use the path to the java executable in place of java. So instead of "java -jar etc." it's "/full/path/to/java1.8/executable -jar etc"

Expand  

So basically where i messed up was i need to have it point to the java.jar in the folder not just the folder?

so this?

C:\Users\panda\Desktop\DigimonServer\java8\bin\java -jar -Xmx4096M -Xms4096M -jar digimonworld.jar nogui
PAUSE

edit- 

Got it working, thankfully however it will not let me allocate more than 1g of ram.  Fixed, thank you!

Edited by Aaric90
Posted

There is no reason to rename the Forge jar, and to invoke the program you need to include its file extension

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 7/2/2021 at 4:50 AM, DaemonUmbra said:

Probably not, just install Java 8 and launch older servers by directly referencing it rather than relying on PATH

Expand  

DaemonUmbra how would I be able to to overide java 16 and try to use java 8 instead to make my modded server for my friends and I? or rather is that even possible?

Posted

You... quoted my instructions on how to do that... you call the java 8 executable directly instead of just using "java" and letting your computer decide

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)

I followed your instructions and my issue persists I am very confused and dont know what to do from here1763594984_Screenshot(8)_LI.jpg.bf1da69bbd656201533303a7e0d1157a.jpg302526009_Screenshot(7).thumb.png.99d45f08bf964da9c29beae7dbe24bf2.png

Edited by ShArKy1518
Guest
This topic is now closed to further replies.

Announcements



  • Create New...

Important Information

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