Why doesn't it work in Servoy Developer?

Why doesn't it work in Servoy Developer?

The plugin only works with Java 8, and Java 9 currently. Java 10+ support is in progress.  Recent Servoy Installers bundle the latest java version into it.  To edit the java version, edit the servoy.ini file located in the developer folder of your Servoy installation.  Add the below entry before the -vmargs in the file, adjusting the path as necessary. Note there may already be a -vm argument in the file, so just adjust the existing one.

-vm
C:\Path\to\JDK\1.9\bin\javaw.exe

More detailed notes on running Servoy/Eclipse in Java 9 can be found here: Configure Eclipse for Java 9

Servoy also has a relates article with information on changing the Java version: Java 9, 10, 11 support for the developer


    • Related Articles

    • Servoy WAR Builder - BitBucket Pipelines

      Servoy WAR Exporter This Docker image for BitBucket Pipelines allows users to build Servoy WAR files, using options from Servoy's bundled WAR export. In order to use this Action, you will need an All Products Pack API key from Servoy Components. See ...
    • I work with Oracle and your sample solution does not work

      Our sample solution is based on lowercase names for columns. The Oracle driver makes use of uppercase names for columns at the moment of writing. Solution: change all column names in the source from lowercase to uppercase and the sample solution will ...
    • I work with Oracle and your sample solution does not work

      Our sample solution is based on lowercase names for columns. The Oracle driver makes use of uppercase names for columns at the moment of writing. Solution: change all column names in the source from lowercase to uppercase and the sample solution will ...
    • I cannot login from developer but it works just fine on Application Server.

      Please add the following to the trustedRemotePlugins property: it2be.LDAPclientService This should allow it to work.
    • Why is there a Developer license and a Runtime license?

      A Runtime license is the license that you need to be able to use our Components in a Servoy Client.  You are allowed to distribute a Runtime license as part of your solution (You have to because it is a string value). The Developer license is is ...