This is documentation on installing Java onto my Gentoo Linux machine. I will be going blind on this with nothing other than the documentation I’m reading.
Something not many people may know about myself is that I took Java classes in college. Admittedly, as of the time I’m writing this, I haven’t coded anything in Java since then.
This isn’t so much a guide or tutorial but just documenting the process I had to take to install everything needed.
Installing OpenJDK
I’ll be installing OpenJDK, Oracle’s open-source JDK. I’m gonna do it as root.
Now we see this
I’m gonna type “yes”.
OpenJDK has been successfully installed!
Installing an IDE
I’ll be installing an IDE. I use VSCode (RIP Atom) but I remember using BlueJ and Eclipse when I was writing Java code in college. I’ll be installing IntelliJ IDEA: Community Edition, which is something completely unknown to me but I’ll use it anyways.
While remaining as root, I’ll enter the following:
And let the installation begin!
Sheeesh! The installation took about two hours!!
Results
At this point, I will be doing the Underpants Gnome logic and abstract the process of writing Java code.
And here are the results:
Great success!
So after finishing all of this, it was rather painless albeit very time consuming (wait times on installing packages can be brutal). This wasn’t so bad after all.