diff --git a/README.md b/README.md index 5586e9424..65d77b6a8 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the

Note: It is required for a developer submitting a PR to use Intellij IDEA as your integrated development environment.

* Intellij IDEA -* Java SE Development Kit Version 1.8/OpenJDK 1.8 (preferred) +* Java SE Development Kit Version 11/OpenJDK 11 (preferred) * Gradle (optional - Installs with Intellij on project build) * Xampp @@ -112,7 +112,7 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
-1. Install JDK version 1.8 +1. Install JDK version 11 * Scroll down until you see Windows x86 and Windows x64 * If you are running a 64bit verison of Windows (standard), select Windows x64 * Accept the terms and conditions, after reading them of course, and login to oracle @@ -141,7 +141,7 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
-1. Install JDK version 1.8 +1. Install JDK version 11 * Scroll down until you see macOS x64 * select macOS x64 * Accept the terms and conditions, after reading them of course, and login to oracle @@ -170,14 +170,14 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
-1. Install JDK version 1.8 through Oracle or through command line +1. Install JDK version 11 through Oracle or through command line * Debian, Ubuntu, etc. ```sh - sudo apt install openjdk-8-jdk + sudo apt install openjdk-11-jdk ``` * Fedora, Oracle Linux, Red Hat Enterprise Linux, etc. ```sh - su -c "yum install java-1.8.0-openjdk" + su -c "yum install java-11-openjdk" ``` 2. Install Intellij IDEA through Intellij Website or through Command Line @@ -224,7 +224,7 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the * On the right hand side you should see your Github Repository for 2009Scape * Select it and hit "Clone" * The project should instantly start building on import. Give it some time because it is going through and compiling alot of files - * In Intellij go to File -> Project Structure -> Project and verify your Project SDK is set to JDK "1.8" + * In Intellij go to File -> Project Structure -> Project and verify your Project SDK is set to JDK "11" * Setup through Intellij should now be finished! ### Running the project