Child pages
  • Java 9, 10, 11 support for the developer

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Servoy 8.3 will upgrade to Eclipse 4.7 (Oxygen) that eclipse does support Java9 but it could be that the servoy.ini file does need to contain this vm-arg:

--add-modules=ALL-SYSTEM (with the latest 8.3.x this is not needed anymore. eclipse will auto add this setting)

 

Java 11 is for the developer only supported from Servoy 8.4 on.  Because Java 11 doesn't have a runtime anymore that integrates into the OS. (registry settings and so on). You need to adjust the servoy.ini to point to that install, you need to add:

-vm

[install-path]/bin/server/jvm.dll

 

see for more info also the page of eclipse itself: https://wiki.eclipse.org/Configure_Eclipse_for_Java_9

...