-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VSCode] Section 1 - Setup of Java JDK #61
Comments
@UdhayaShan1 We are moving to Java 17 from the coming semester. However, Mac users still need to install a specific Zulu JDK+FX distro, as they did for Java 11. |
Noted, I think using the coding pack will make it alot easier in this case |
Perhaps it is still good to describe how to install/use a JDK that is not the one included in coding pack? Especially given that the latest Java LTS version is 21. |
Currently most online tutorials use a coding pack to download the JDK, extensions.
However, CS2103T uses Java 11, hence the versions may cause an issue via the automated install. which may install Java 17.
We can break this down into
The text was updated successfully, but these errors were encountered: