Skip to content

Commit

Permalink
Disable jline via jpackage to avoid invalid handle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed May 18, 2024
1 parent 08ce74b commit 51cca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/jpackage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
--license-file LICENSE
--dest ./build/distributions
--about-url https://soulfiremc.com
--java-options "-XX:+EnableDynamicAgentLoading -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M"
--java-options "-XX:+EnableDynamicAgentLoading -Dterminal.jline=false -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M"

0 comments on commit 51cca89

Please sign in to comment.