Skip to content

Commit

Permalink
chore: For Java 9+, often use JDK_JAVA_OPTIONS instead of JAVA_TOOL_O…
Browse files Browse the repository at this point in the history
  • Loading branch information
youngledo committed Feb 3, 2025
1 parent 09341cc commit f335e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jifa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check_docker() {

launch_jifa() {
check_docker
docker run --pull=always -e JAVA_TOOL_OPTIONS="$JVM_OPTIONS" -p ${PORT}:${PORT} $MOUNTS eclipsejifa/jifa:${TAG} --jifa.port=${PORT} $INPUT_FILES
docker run --pull=always -e JDK_JAVA_OPTIONS="$JVM_OPTIONS" -p ${PORT}:${PORT} $MOUNTS eclipsejifa/jifa:${TAG} --jifa.port=${PORT} $INPUT_FILES
}

while [ $# -gt 0 ]; do
Expand Down

0 comments on commit f335e9c

Please sign in to comment.