PaperMC / Paperclip

Bootstrap utility and launcher for the Paper Minecraft server
MIT License
120 stars 51 forks source link

Java 9 Support #10

Closed zachbr closed 7 years ago

zachbr commented 7 years ago

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

SystemClassLoader not URLClassLoader

josephworks commented 7 years ago

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

DenWav commented 7 years ago

...that is true and irrelevant.

yannicklamprecht commented 7 years ago

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.

pisaiah commented 7 years ago

image

josephworks commented 7 years ago

https://java.com/en/download/

DenWav commented 7 years ago

We are very aware.

josephworks commented 7 years ago

if that switches to Java 9 then we can worry.

josephworks commented 7 years ago

lol

DenWav commented 7 years ago

Fixed in c562261.

DenWav commented 7 years ago

Whoops this isn't fixed.

DenWav commented 7 years ago

This is actually fixed now.