B4J Question ABMGridBuilder one liner

walterf25

Expert
Licensed User
Longtime User
Hi all, I haven't used ABMaterial in a while and had the need to use the ABMGridBuilder but realized it will not run with the ./start.bat file, so with the help of ChatGPT here's a replacement line you can use to launch the jar file, at least this works for me,

ABMGridBuilder launcher:
"C:\Java\jdk-19.0.2\bin\java.exe" --module-path "C:\Java\jdk-14.0.1\javafx\lib" --add-modules "javafx.controls,javafx.fxml,javafx.web" -Dprism.order=sw -Dprism.verbose=true -Dprism.allowhidpi=false -jar ".\ABMGridBuilder.jar"

Just replace the path to where your java folder is, enjoy.

Walter
 
Top