Skip to content

Commit

Permalink
Remove Java 11 nashorn.args
Browse files Browse the repository at this point in the history
They cause issues when used with Java 8.

Fixes openhab/openhab-addons#7880

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Jun 22, 2020
1 parent 43fabba commit ef15d6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion distributions/openhab/src/main/resources/bin/setenv
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export JAVA_OPTS="${JAVA_OPTS}
-Djava.library.path=${OPENHAB_USERDATA}/tmp/lib
-Djetty.host=${HTTP_ADDRESS}
-Djetty.http.compliance=RFC2616
-Dnashorn.args=--no-deprecation-warning
-Dorg.ops4j.pax.web.listening.addresses=${HTTP_ADDRESS}
-Dorg.osgi.service.http.port=${HTTP_PORT}
-Dorg.osgi.service.http.port.secure=${HTTPS_PORT}"
Expand Down
1 change: 0 additions & 1 deletion distributions/openhab/src/main/resources/bin/setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ set JAVA_OPTS=%JAVA_OPTS% ^
-Djava.library.path=%OPENHAB_USERDATA%\tmp\lib ^
-Djetty.host=%HTTP_ADDRESS% ^
-Djetty.http.compliance=RFC2616 ^
-Dnashorn.args=--no-deprecation-warning ^
-Dorg.ops4j.pax.web.listening.addresses=%HTTP_ADDRESS% ^
-Dorg.osgi.service.http.port=%HTTP_PORT% ^
-Dorg.osgi.service.http.port.secure=%HTTPS_PORT%
Expand Down

0 comments on commit ef15d6f

Please sign in to comment.