Changeset 12591 in josm for trunk/linux/latest


Ignore:
Timestamp:
2017-08-11T18:46:40+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924, see #15128 - add Java 9 option --add-modules java.se.ee for plugins requiring JAXB in Linux startup script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linux/latest/usr/bin/josm-latest

    r11162 r12591  
    4747if [ "$JAVACMD" ]; then
    4848    echo "Using $JAVACMD to execute josm-latest." || true
     49    if [[ $JAVACMD == *"java-9"* ]]; then
     50        JAVA_OPTS="--add-modules java.se.ee $JAVA_OPTS"
     51    fi
    4952    set +e
    5053    while true; do
Note: See TracChangeset for help on using the changeset viewer.