x4e / PaperBin

An experiment at improving the performance of PaperMC
Other
96 stars 8 forks source link

Question while running the jar compiled by my self #29

Closed Rabbit0w0 closed 3 years ago

Rabbit0w0 commented 3 years ago

When I was running the jar compiled by my self, it showed me an error

Couldn't fetch jvmti instance (-3)

What should I do to solve this question?

The command lines that I used to compile

cd src/main/rust
cargo build --release --target x86_64-pc-windows-gnu
cd ../../..

./gradlew build || exit 1

GCC Version: x86_64-8.1.0-posix-seh-rt_v6-rev0 Java Version: AdoptOpenJDK 11.0.10

RemainingToast commented 3 years ago

Latest PaperBin requires Java 15