Setting Up
-
4. Relocating Eclipse
Next Relocate Eclipse Folder
First, Set the SuperUser as Owner with:sudo chown -R root:root /tmp/eclipse
And then Switch Contents:
sudo mv /tmp/eclipse /opt/eclipse
-
5. Installing Oracle JDK
How to Install Required Oracle JDK on Fedora.
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
.
Contents