Changes between Initial Version and Version 1 of Ticket #23667, comment 6


Ignore:
Timestamp:
2024-05-08T16:59:46+02:00 (15 months ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23667, comment 6

    initial v1  
    44Do you still need java 8? If not I would uninstall it. Anyway, you can try to directly use openjdk-11-jre:
    55{{{
    6 /usr/lib/jvm/java-11-openjdk-amd64/bin/java josm-tested.jar
     6/usr/lib/jvm/java-11-openjdk-amd64/bin/java -jar josm-tested.jar
    77}}}
    88but as written above, I recommend the [wiki:Download#Ubuntu Ubuntu packages] as you need quite some JVM options which are included in the start script provided by the packages.
     9
     10**Edit**: add missing `-jar`