Download SQL formatter Java App
Installation for Java 11+
Windows
1. Download Environment
- Java 11 SE or higher, e.g. openjdk from here: https://jdk.java.net/
- JavaFX 15 SDK or higher e.g. from here: JavaFX (openjfx.io)
2. Download SQLinForm
- Download SQLinForm JavaFX jar file using the above button
- Store it into a folder of your choice, e.g.
C:\SQLinFormFX
3. Set PATH_TO_FX environment variable
set PATH_TO_FX="path\to\javafx-sdk-15.0.1\lib"
4. Run the app
java --module-path "%PATH_TO_FX%" --add-modules=javafx.controls,javafx.web,javafx.fxml -jar "C:\SQLinFormFX\SQLinFormFXpro_6.jar
Linux & Mac
1. Download Environment
- Java 11 SE or higher, e.g. openjdk from here: https://jdk.java.net/
- JavaFX 15 SDK or higher e.g. from here: JavaFX (openjfx.io)
2. Download SQLinForm
- Download SQLinForm JavaFX jar file using the above button
- Store it into a folder of your choice, e.g.
\SQLinFormFX
3. Set PATH_TO_FX environment variable
export PATH_TO_FX=path/to/javafx-sdk-15.0.1/lib
4. Run the app
java --module-path $PATH_TO_FX --add-modules javafx.controls SQLinFormFX\SQLinFormFXpro_6