Hello there I am back with another article about Java. In the previous article we learned how to install Java JDK in Arch Linux. Today we will learn to compile and run Java program in Linux. You must have JDK installed before you can compile and run Java program. If you do not have JDK…
Category: Programming
Install Multiple Versions of JDK on Arch Linux
Hello Everyone Welcome to another beginner friendly tutorial. Today I will show you how you can install multiple versions of JDK on Arch Linux and set your preferred JDK as default. So let’s get started. I hope you guys know about JDK. Otherwise there is no problem. Let’s find out now what is JDK. If…