Ok thats really good to know in general.
/usr/lib/jvm/java-8-openjdk-amd64/bin/java -server -Xms${MIN_RAM} -Xmx${MAX_RAM} ${JAVA_PARAMETERS} -jar ${FORGE_JAR} nogui
where "/usr/lib/jvm/java-8-openjdk-amd64/bin/java" is the direct path to java 8.
This works. ?
Now i just need to create some $java8 system variable and im satisfied ?
Thank you for clarifying that ?
Do you have any advice on how to run java 11 and 8 on my machine to use one of them to launch specific java applications?
Im currently having an issue with
forge 1.12.2 - 14.23.5.2838
(I also tried 2768)
on my linux machine.
Stacktrace while starting
jvm parameters
-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180
java version (11)
My first guess is that this has something to do with my java version. This error might occur with java 9 and above.
If im right:
Does someone know a way to start this forge version with java 11
or
Install java 8 parallel to java 11 and use the old version through launch options?
7 replies
Important Information
By using this site, you agree to our Terms of Use.