I am currently running the Servoy Developer version 2026.6.0 on a Windows 11 laptop. I just upgraded to 2026.6.1 and now I get the error “Servoy ApplicationServer update failed; please shutdown developer and try to run the command line updater.” when it tries to update my application.
Does anybody know what the command line is to run the updater?
Has anybody else received this error? If so, what did you do to resolve it?
TIA
There should be a servoy_updater.jar in the top folder of you developer, you could try to run that with java -jar servoy_updater.jar to run the updater.
I just tried that and received the following error:
Error: Main method not found in class com.servoy.updater.VersionCheck, please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
Note, I get the same error when I run the servoy_updater.bat in that folder.