Dear Brandon.
We want to release a new version of SARL without this limitation about the JDK. It will be in September.
To have SARL working on different JDK version before this release, you have to regenerate the SARL product:
2) Change the JDK configuration in the file "sarl-bom/sarl-properties/sarl-lang.properties" by changing all the properties with a name ending with "max.jdk.version".
3) Open a command-line interface in the root folder of SARL
4) Run the compiler with: mvn clean install -Dmaven.test.skip=true
5) The new product will be in the folder "sarl-eclipse/products/io.sarl.eclipse.products.ide/target/products".