ShelfClauses - troubleshooting Windows



back to main site

  • Java OpenJDK and JavaFX is included in the download simple to unzip. Any other Java install JRE 1.8 or later from Oracle (JavaFX is already included) or any OpenJDK and separate JavaFX should also work.
  • Add user rights for full access (more than changing and writing) to install directory and subdirectories. This is not the standard for manual directories under "Program Files" in Windows 10 or 11.
  • For starting the JAR with a JRE you need the following parameters:

    "java.exe" -Xms500m -Xmx1g --module-path "javafx-sdk-11.0.2\lib" --add-modules=ALL-MODULE-PATH -jar ShelfClauses.jar %1 %2

    Replace "javafx-sdk-11.0.2" with the path to your JavaFX installation directory.
  • Describe your problem to messageATtxt-soft.com.


back to main site