Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
@echo off

set SCRIPT_DIR=%~dp0

java ^
  -Dprism.order=sw ^
  --enable-native-access=javafx.graphics ^
  --sun-misc-unsafe-memory-access=allow ^
  --add-opens=javafx.controls/javafx.scene.control=ALL-UNNAMED ^
  --add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED ^
  --add-opens=javafx.graphics/javafx.scene.text=ALL-UNNAMED ^
  --add-opens=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED ^
  --add-opens=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED ^
  --add-opens=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED ^
  --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.scene.text=ALL-UNNAMED ^
  --add-exports=javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED ^
  -jar "%SCRIPT_DIR%\keenwrite.jar" %* 2>&1