Changes between Initial Version and Version 1 of Ticket #22613, comment 1


Ignore:
Timestamp:
2022-12-30T12:28:34+01:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22613, comment 1

    initial v1  
    55It can take environment variables, specifically:
    66* JOSM_PATH: The path to the JOSM jar file
    7 * JAVAFX_HOME: The path to the JavaFX libraries -- note, if the libraries are in the same directory as the rest of the JVM libraries, you may need to do some magic to get things working. `sed -i '5 aJAVAFX_HOME="$(ls /usr/lib/jvm/default-runtime/lib/javafx*.jar | tr "\n" ":" | sed '"'"'s/.$//'"'"')"' "josm"` will do the job, assuming the paths are right.
     7* JAVAFX_HOME: The path to the JavaFX libraries -- note, if the libraries are in the same directory as the rest of the JVM libraries, you may need to do some magic to get things working. `JAVAFX_HOME="$(ls /usr/lib/jvm/default-runtime/lib/javafx*.jar | tr "\n" ":" | sed '"'"'s/.$//'"'"')"` will do the job, assuming the paths are right.