PaperMC / Paperclip

Bootstrap utility and launcher for the Paper Minecraft server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 9 Support

zachbr opened this issue · comments

commented

Paperclip will not run on Java 9 due to the changes made by JEP-220

SystemClassLoader not URLClassLoader

java 9 has not been officially released and most spigot plugins (for now) require java 8

...that is true and irrelevant.

The bug happens on buildtools, too. I updated the ASM dependency and it did the job quiet well.
BuildTools > ASM > a dependency that caused the bug.
New beta version of ASM works.

https://hub.spigotmc.org/stash/projects/SPIGOT/repos/buildtools/commits/7f7e5316b33097e2cb1f932c4c092fe42677df80#src/main/java/org/spigotmc/builder/Builder.java

The fix md_5 did until j9 gets released.

BuildTools: It’s related to special source.
https://hub.spigotmc.org/jira/plugins/servlet/mobile#issue/BUILDTOOLS-324

https://github.com/findbugsproject/findbugs/releases/tag/3.1.0_preview2

Edit: I see you’re using another system.

We are very aware.

if that switches to Java 9 then we can worry.

Fixed in c562261.

Whoops this isn't fixed.

This is actually fixed now.