summarylogtreecommitdiffstats
path: root/beast2-beast2
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-25 05:24:27 +0000
committerBioArchLinuxBot2022-12-25 05:24:27 +0000
commit50618c01b320834893d7c4a7984d3f73e21337a6 (patch)
tree4c5802bf31c8bbd8ea6914d9beee12936eee9796 /beast2-beast2
parent284074b9e416030f5e06872ef5d71ef1c43709ae (diff)
downloadaur-50618c01b320834893d7c4a7984d3f73e21337a6.tar.gz
[lilac] updated to 2.7.3-1
Diffstat (limited to 'beast2-beast2')
-rwxr-xr-xbeast2-beast23
1 files changed, 2 insertions, 1 deletions
diff --git a/beast2-beast2 b/beast2-beast2
index 3ef34e4b6ff6..57e02b582e90 100755
--- a/beast2-beast2
+++ b/beast2-beast2
@@ -3,7 +3,8 @@ self_path=$(realpath $0)
environment_file=$(dirname $self_path)/beast2-environment
source $environment_file
+
"$JAVA" -Dlauncher.wait.for.exit=true -Xms256m -Xmx8g -Djava.library.path=$LD_LIBRARY_PATH -Duser.language=en \
-cp $DEFAULT_CP:$BEAST_LIB/launcher.jar \
- --module-path $JFX_LIBS --add-modules javafx.controls,javafx.fxml \
+ --module-path $JFX_LIBS --add-modules "$JFX_MODULES" \
beast.pkgmgmt.launcher.BeastLauncher $*