A Servoy Application Server can be installed using the uninstaller.

The uninstaller is located in <servoy>/Uninstaller directory.

To run the uninstaller doubleclick the uninstaller.jar in the <servoy>/Uninstaller directory or open a command line or terminal window in the <servoy>/Uninstaller directory and execute the following command:

java -jar uninstaller.jar

The uninstaller has an option to force the deletion of the <servoy> installation directory.

The uninstaller will delete all files that were placed there by the Servoy All-In-One installer. This includes all stored settings in the <servoy>/application_server/servoy.properties file, as well as the sample databases (if installed)

To run the uninstaller unattended, the following options are available:

java -jar uninstaller.jar -c
java -jar uninstaller.jar -c -f

On the Windows platform, the Uninstall option might also be available through the Start menu, depending on if this option was checked during installation of the Servoy Application Server