Skip to content

Commit

Permalink
Enable jna.nosys=true
Browse files Browse the repository at this point in the history
Otherwise jna prefers loading jnidispatch from the system path instead
of the one we provide.
  • Loading branch information
Adam- committed Feb 12, 2018
1 parent efbd638 commit d8ca603
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"-XX:CompileThreshold=1500",
"-Xincgc",
"-XX:+UseConcMarkSweepGC",
"-XX:+UseParNewGC"
"-XX:+UseParNewGC",
"-Djna.nosys=true"
],
"clientJvm9Arguments": [
"-Xmx256m",
"-Xss2m",
"-Dsun.java2d.noddraw=true",
"-XX:CompileThreshold=1500"
"-XX:CompileThreshold=1500",
"-Djna.nosys=true"
]
}

0 comments on commit d8ca603

Please sign in to comment.