2
I made a few days ago the transition from Windows 7 to Ubuntu 18.04 LTS, and had some difficulties in the process. Well, let’s get to the details.
I installed JDK 11 through the following command:
sudo apt-get install openjdk-11-openjdk
But I need JDK 8 for some college projects. How can I switch between openjdk 8 and 11? In Windows I was doing modifying the system variable PATH
, then I imagine there must be something similar...
Use the sdkman.io for Java and other tools and greatly facilitates.
– Leonardo Lima