generated from nus-cs2030/base-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up Java
Sean Low edited this page Jun 12, 2021
·
1 revision
We will be mainly using jdk-11 for CS2030!
- Run the following command to download the following package
which contains the
.deb
file forjdk-11.0.8
wget -c https://builds.openlogic.com/downloadJDK/openlogic-openjdk/11.0.8%2B10/openlogic-openjdk-11.0.8%2B10-linux-x64-deb.deb
- Install the package in order to have the Java Development kit installed in your system.
sudo apt install ./openlogic-openjdk-11.0.8+10-linux-x64-deb.deb
TODO: Fill up the steps necessary for MacOS download.