Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added FileProjectStructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PlatformSettingsSDKs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ProjectSettingsSDK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ 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*
![Project Structure](./FileProjectStructure.png)
- 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.

![Project Settings](./ProjectSettingsSDK.png)

- Next, under *Platform Settings*, select *SDKs* and again select Java11.
![Platform Settings](./PlatformSettingsSDKs.png)
- Once selected, hit *Apply* and *Ok*


Expand Down