-
-
Notifications
You must be signed in to change notification settings - Fork 86
Install a JDK #480
Copy link
Copy link
Open
Labels
CoreThis is a core task and should be completed by all traineesThis is a core task and should be completed by all traineesModule-ToolsThe name of the module.The name of the module.Submit:None🏕 Priority MandatoryThis work is expectedThis work is expected📅 Sprint 4Assigned during Sprint 4 of this moduleAssigned during Sprint 4 of this module
Metadata
Metadata
Assignees
Labels
CoreThis is a core task and should be completed by all traineesThis is a core task and should be completed by all traineesModule-ToolsThe name of the module.The name of the module.Submit:None🏕 Priority MandatoryThis work is expectedThis work is expected📅 Sprint 4Assigned during Sprint 4 of this moduleAssigned during Sprint 4 of this module
In the day-plan workshop you will need to have a Java Development Kit (JDK) installed.
There are a number of places you can get this from. Microsoft's instructions for installing OpenJDK may be a useful starting point.
Your goal is that from a terminal running
javaandjavacshould show output indicating these binaries are installed and are in your$PATH.Also, install the Java VSCode extension.