-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.12.2] JDK 9+ support? #220
Comments
Why using Java 8 in 1.12.2 tho? |
Most plugins for 1.12.2 wont work with it |
Currently akarin uses launchwrapper and mixin 0.7 for code injection which don't support jdk 9+. |
Well, mixin could be updated for 1.12.2, but there is really no point; Most of the plugins won't work past jre/jdk 8, and 1.12.2 itself was designed for jre/jdk 8, so doing that would still be quite unnecesary nowadays, you'll find no benefit on updating mixin for it |
Supporting jdk 9+ will be backward compatible and you can still run it with jdk 8 if your plugins don't support. Using higher version of jdk will give better gc, jit, and more cpu features. |
will try to get support for java 9 and up soonish |
@siyy123 @LegacyGamerHD What is the status on this? |
not much am prety bussy with life |
Same! No worries! |
busy too. |
I tryed launch akarin with mixin 8.3. |
it s not done yet |
I know. I was building mixin 8.3 for tests and found another possible problem. |
LegacyLauncher has issues working with mixin 8+. I suggest replacing it with ignite: https://github.com/vectrix-space/ignite |
Experimental version with 8.5 mixin: https://github.com/FatSaw/Akarin/tree/upstream-mixin-EXPERIMENTAL |
Why not pull request it to us |
When launching akarin-1.12.2-0.4.2 on jdk 9+ (in my case jdk11) the server will crash.
latest.log
Maybe we could update the mixin to solve the problem?
The text was updated successfully, but these errors were encountered: