Download SQL formatter Java App

Installation for Java 11+

Windows

1. Download Environment

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

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