forked from CodeYourFuture/My-Coursework-Planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Install a JDK #156
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Projects
- StatusShow more project fields🔖 Ready
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.