How do I update my application server?

You should update the application server directly, and never attempt to just overwrite files from other installs, as it may cause inconsistencies or problems.

Steps to update to the latest public release:

  1. Open a terminal/shell or command prompt and navigate your root Servoy install directory
    Windows:
    Choose Start → Run, and type ‘cmd’ to launch your command prompt. Then navigate to the Servoy install directory. Ex:
    cd “C:\Program Files\Servoy”
    Mac
    Open Terminal application at /Applications/Utilities . Then navigate to the Servoy install directory. Ex:
    cd /Applications/Servoy

  2. Run this command
    java -jar servoy_updater.jar

Note: If you want to upgrade to the latest beta, use: java -jar servoy_updater.jar -beta