When I try to run forge, an error shows:
ERROR
Game crashed
An unexpected issue occurred and the game has crashed. We’re sorry for the inconvenience.
OS: Ubuntu 18.04
Version: 1.14.4
ANSWER:
if doing java -version does not give you java 8:
sudo update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 auto mode
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 manual mode
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
3 /usr/lib/jvm/java-8-oracle/jre/bin/java 1081 manual mode
then set the alternative to whatever one is 8 (in this case, 2)