generated from nus-cs2030/base-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Setting Up Java
Xinyi Ma edited this page Nov 18, 2021
·
5 revisions
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
brew tap homebrew/cask-versions
brew install --cask temurin11
Peer Learning
Guides
Setting Up Checkstyle
Setting Up Java
Setting Up MacVim
Setting Up Stu
Setting Up Unix For Mac
Setting Up Unix For Windows
Setting Up Vim
Setting up SSH Config
SSH Without Password
Copying Files From PE Nodes
Using tmux
CS2030 Contents
Lecture 1 SummaryLecture 2 Summary
Access Modifiers
Lecture 3 Summary (Polymorphism)
Compile Time Type VS Runtime Type
Abstraction, Encapsulation, Inheritance, and Polymorphism
SOLID Principles
Class VS Abstract Class VS Interface
Comparable VS Comparator
Generic Types T
HashMap
Raw Types with Generic
Lambda expression
PECS (Producer Extends Consumer Super)
Optional
Streams
Parallel Streams
Monad
Functors and Monads with Category Theory