Skip to content

Commit 1ce4fbf

Browse files
Merge pull request #12 from LaunchCodeEducation/java11
Java11
2 parents 13570eb + 86e3a7a commit 1ce4fbf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ course.
66

77
## Requirements
88

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

12+
To update this Project's SDK to use Java11 on your computer:
13+
14+
- Go to *File -> Project Structure*
15+
- Under *Project Settings*, select *Project*
16+
- Under *Project SDK*, select your downloaded Java 11 JDK.
17+
- Note: You may also download the JDK directly from your menu options here.
18+
19+
- Next, under *Platform Settings*, select *SDKs* and again select Java11.
20+
- Once selected, hit *Apply* and *Ok*
21+
22+
1223
## Updating
1324

1425
Occasionally, the LaunchCode team will make changes to this repository

0 commit comments

Comments
 (0)