fix: update java path to match container

This commit is contained in:
2025-02-07 23:44:52 +00:00
parent 0fa094606d
commit 1eaa769f54
7 changed files with 7 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ category = Mods
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
## - {WORKING_DIR} Server working directory
[start]
command = "/usr/lib/jvm/java-1.8-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-1.8-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
## The sections [params], [params1] to [params4] define additional command
## line parameters that can be enabled/disabled in the panel.

View File

@@ -91,7 +91,7 @@ category = Mods
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
## - {WORKING_DIR} Server working directory
[start]
command = "/usr/lib/jvm/java-1.8-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-1.8-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
## The sections [params], [params1] to [params4] define additional command
## line parameters that can be enabled/disabled in the panel.

View File

@@ -91,7 +91,7 @@ category = Mods
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
## - {WORKING_DIR} Server working directory
[start]
command = "/usr/lib/jvm/java-17-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-17-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
## The sections [params], [params1] to [params4] define additional command
## line parameters that can be enabled/disabled in the panel.

View File

@@ -91,7 +91,7 @@ category = Mods
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
## - {WORKING_DIR} Server working directory
[start]
command = "/usr/lib/jvm/java-17-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-17-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
## The sections [params], [params1] to [params4] define additional command
## line parameters that can be enabled/disabled in the panel.

View File

@@ -91,7 +91,7 @@ category = Mods
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
## - {WORKING_DIR} Server working directory
[start]
command = "/usr/lib/jvm/java-17-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-17-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
## The sections [params], [params1] to [params4] define additional command
## line parameters that can be enabled/disabled in the panel.

View File

@@ -11,4 +11,4 @@ decode = utf-8
fileEncoding = latin-1
[start]
command = "/usr/lib/jvm/java-1.8-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
command = "/opt/java-1.8-openjdk/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui