nus-cs2030 / 2122-s2

CS2030 repository and wiki for AY 2021/2022 Sem 2
MIT License
0 stars 0 forks source link

Java 11 Installation #2

Open duofeng0110 opened 2 years ago

duofeng0110 commented 2 years ago

Summary

I happened to have java 17 installed on my MacBook and when I open it in terminal after following the setting up instructions it shows version 17.0.1. Is it ok? Do I need to uninstall java 17 and install java 11 instead? I tried to uninstall java 17 but I failed to do it.

Description

Screenshots (if any):

Screenshot 2022-01-11 at 1 51 45 PM

hwkchia commented 2 years ago

There is no need to uninstall java 17. If you keep to the constructs that we introduce in class, then it should not be an issue. In the labs, you shall be logging in to our servers to code with jdk11. The submission system also uses jdk11 to assess your code.