Download SQL formatter Java App
Installation for Java 8
Download the jar file and store it to a folder of your choice. Double-click the jar file and start formatting.
There is a free version for the Java 8 App. It has has a 100 line limitation.
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.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