Ignore:
Timestamp:
2021-10-31T14:41:22+01:00 (2 years ago)
Author:
Don-vip
Message:

fix #21059 - add exports in Linux start scripts as for other native launchers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/linux/tested/usr/bin/josm

    r18225 r18297  
    6363    elif [[ "${JAVACMD}" =~ 'java-1' ]]; then
    6464        JAVA_OPTS="--module-path /usr/share/openjfx/lib --add-modules java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web $JAVA_OPTS"
     65        JAVA_OPTS="$JAVA_OPTS --add-exports=java.base/sun.security.action=ALL-UNNAMED"
     66        JAVA_OPTS="$JAVA_OPTS --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED"
     67        JAVA_OPTS="$JAVA_OPTS --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED"
    6568    fi
    6669    set +e
Note: See TracChangeset for help on using the changeset viewer.