替换对 JDK 内置 Pack200 的依赖,允许在 JDK14 及更高版本上构建项目 (#904)

* fix: Pack200 has been removed

* Automatically add pack200 to class path

* add license header to Pack200Utils.java
This commit is contained in:
Glavo
2021-07-10 22:44:13 +08:00
committed by GitHub
parent e5326a3c4d
commit 8fc1ec7bb8
8 changed files with 149 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ Simply execute following command:
```bash
./gradlew clean build
```
Make sure you have Java installed with Pack200 and JavaFX 8 at least. Liberica full JDK 8~11 is recommended.
Make sure you have Java installed with JavaFX 8 at least. Liberica full JDK 8~16 is recommended.
## JVM Options (for debugging)
|Parameter|Description|