Is your feature request related to a problem? Please describe.
RuneMate can only be ran with java 8, and there are several versions such as 8u162 known to cause issues among those.
Describe the solution you'd like
Modify RuneMate to be able to be ran under Java 11. Optionally force the usage of Java 11 so bot authors could gain access to the features introduced since Java 9.
Describe alternatives you've considered
Force RuneMate to be ran with a very specific version of Java 8 and do not allow the user to log in when using any other. Work around any bugs that aren't patched and document heavily.
Java 9 Has Methods to grab the DPI of the screen allowing Stages such as overlays in JavaFX to be properly resized. (It may even have already addressed the scaling issues of Java 8).
Is your feature request related to a problem? Please describe. RuneMate can only be ran with java 8, and there are several versions such as 8u162 known to cause issues among those.
Describe the solution you'd like Modify RuneMate to be able to be ran under Java 11. Optionally force the usage of Java 11 so bot authors could gain access to the features introduced since Java 9.
Describe alternatives you've considered Force RuneMate to be ran with a very specific version of Java 8 and do not allow the user to log in when using any other. Work around any bugs that aren't patched and document heavily.