Child pages
  • Java 9 and 10 (11) support and the SmartClient

Versions Compared

Key

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

Servoy supports through the admin page Java9 from 815/82 on. We have then the configuration option to choose java9 as minimum or maximum.

For bootstrap.jnlp you can add the <j2se> tag yourself but the version is not 1.9 (like 1.7/1.8 before) but now just 9, so without the 1. before it.

To run the smart client some vm args must be given to so that the Windows Look and Feel will work (and possible others should be added if more exceptions are seen as shown below:

...

Also Java9 and the developer is here https://wiki.servoy.com/display/DOCS/Java+9+support+for+the+developer\

 

The other problem is the bug Oracle did introduce in Java 9 (as a regression from Java 8) that they until now don't plan to fix for Java 9 (but only Java 10). We don't have an workaround for that because we heavily depend on this to resolve the media:/// urls (media from the solution or from the database through the blobloader syntax)

...