diff --git a/FileProjectStructure.png b/FileProjectStructure.png new file mode 100644 index 000000000..21a064a75 Binary files /dev/null and b/FileProjectStructure.png differ diff --git a/PlatformSettingsSDKs.png b/PlatformSettingsSDKs.png new file mode 100644 index 000000000..f7bfb9c18 Binary files /dev/null and b/PlatformSettingsSDKs.png differ diff --git a/ProjectSettingsSDK.png b/ProjectSettingsSDK.png new file mode 100644 index 000000000..550b4046c Binary files /dev/null and b/ProjectSettingsSDK.png differ diff --git a/README.md b/README.md index 9570781f3..12557a8a6 100644 --- a/README.md +++ b/README.md @@ -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*