dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.03k stars 258 forks source link

Error with OpenJ9 Java #3007

Open MrWenter228 opened 3 months ago

MrWenter228 commented 3 months ago

I think this error has always been in this plugin, so I think it should be solved, because OpenJ9 java is an optimized java for minecraft server.

Here are the error screens: (This is me running the server on Java OpenJ9) Знімок екрана 2024-06-14 122956 image

dmulloy2 commented 3 months ago

i'll be honest with you that this likely will not be fixed. there are some breaking differences between OpenJ9's JVM and hotspot (the standard one) that would be hard to overcome. i would suggest using Eclipse Adoptium/Temurin hotspot JDK 21. they've made great strides since Java 8 when OpenJ9 was born