Description of problem: When I launch eclipse, it states that it can't find the Java 11 JVM. Version-Release number of selected component (if applicable): Eclipse Platform Version: 2020-06 (4.16) Build id: X20200822-0027 java-11-openjdk-headless-11.0.8.10-2.fc32.x86_64 How reproducible: Steps to Reproduce: 1. Just attempt to run eclipse. 2. 3. Actual results: Eclipse shows an error which states that it can't find the Java 11 JVM. Expected results: I expect that the eclipse IDE will launch. Additional info: As a temporary fix, I created the symbolic link, /usr/lib/jvm/java-11 -> jre-11 lrwxrwxrwx. 1 root root 6 Sep 3 17:28 java-11 -> jre-11 I don't know whether this is the correct solution, but it works for now. I also set my default java to java-11 rather than java-1.8.
To clarify, within the directory, /usr/lib/jvm I created the symbolic link, java-11 -> jre-11
Note: The part about my setting my default java to java 11 is irrelevant to the problem, but I noticed that although Java 11 is installed, Java 1.8 was still the default so I changed my "alternative" to Java 11. I don't know whether this is better. Please provide guidance.
This has been fixed so I'm closing.