Skip to content

Commit

Permalink
Add Enable-Native-Access to embedded launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 14, 2024
1 parent 8d0d4a6 commit 1d6307f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/glavo/japp/packer/JAppPacker.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ private static Manifest getEmbeddedLauncherManifest() {
"java.base/jdk.internal.loader",
"java.base/java.lang"
));
attributes.putValue("Enable-Native-Access", "ALL-UNNAMED");
return manifest;
}

Expand Down

0 comments on commit 1d6307f

Please sign in to comment.