Changes between Initial Version and Version 1 of Ticket #23723, comment 8


Ignore:
Timestamp:
2024-06-10T08:52:31+02:00 (19 months ago)
Author:
MichaelFS

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23723, comment 8

    initial v1  
    11Thank you @GerdP,
    2 now I have
     2now I tried
    33{{{Exec="/usr/lib/jvm/java-11-openjdk/bin/java" --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED -jar ".../josm-tested 19096.jar"}}}
    44but the message is still the same:
     
    77--add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED
    88--add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED
     9
     10[https://community.openstreetmap.org/t/110827/7 From here] I found
     11{{{Exec="/usr/lib/jvm/java-11-openjdk/bin/java" --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED -jar ".../josm-tested 19096.jar"}}}
     12and the message is gone. Your opinion?