dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with OpenJ9 Java

MrWenter228 opened this issue · comments

commented

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

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