TheAltening / TheAlteningAuth4j

Minecraft authentication library that supports TheAltening
GNU Lesser General Public License v3.0
27 stars 6 forks source link

Java 16 Compatibility #10

Open Kroko1337 opened 2 years ago

Kroko1337 commented 2 years ago

When you try to switch the service, then it throw an error. i use the j9 version of the auth but it still not work.

Error: https://pastebin.com/dMR6zt0x

FlorianMichael commented 2 years ago

This is because the Reflection code no longer works in Java 9 and higher. It's better not to use the API anyway and implement it yourself.