RuneMate / Issues

Client and API Issue tracking. See README for more information.
8 stars 0 forks source link

Java 11 compatibility #31

Open ccarpenter04 opened 5 years ago

ccarpenter04 commented 5 years ago

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.

awesome123man commented 5 years ago

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).