A Runelite Plugin that allows you to track your friends' locations and progress in realtime.
JDK 11 - Seems to be the only JDK version that works for Runelite plugin development.
- Import the project into Eclipse as an Existing Gradle Project.
- Right click project -> Run > Run Configurations.
- Set the Main class as com.example.ExamplePluginTest. # TODO: Update when the package and main class changes
- In Arguments > VM Arguments, add the
-eaoption. - In JRE > Alternate JRE, Select JDK11 from the dropdown menu.
- Apply and save changes.
- Find Eclipse menu > Settings > Java > Compiler.
- Ensure that Compiler compliance level is 11.
- Apply and save changes.