Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ course.

## Requirements

The classes in this repo require Java13. Please refer to the book referenced
The classes in this repo require Java11. Please refer to the book referenced
above for instructions on how to download and use the examples.

To update this Project's SDK to use Java11 on your computer:

- Go to *File -> Project Structure*
- Under *Project Settings*, select *Project*
- Under *Project SDK*, select your downloaded Java 11 JDK.
- Note: You may also download the JDK directly from your menu options here.

- Next, under *Platform Settings*, select *SDKs* and again select Java11.
- Once selected, hit *Apply* and *Ok*


## Updating

Occasionally, the LaunchCode team will make changes to this repository
Expand Down