--
You received this message because you are subscribed to the Google Groups "marlin-renderer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marlin-render...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/marlin-renderer/2f748404-c899-4348-80f1-2d176aef00d8n%40googlegroups.com.
I was using Marlin-graphics to be able to use the latest version of Marlin-renderer (0.9.4.3) because the one integrated in JDK is a few versions behind.Which version of Marlin-renderer does JDK16 contain?
--bourges.laurent a következőt írta (2021. március 18., csütörtök, 14:56:36 UTC+1):Hi,It was useful in java 8 to bypass the former renderer to explicitely use the marlin renderer...Since jdk11 I do not see any use case as it already provides Marlin renderer as the default engine.Sorry, but you should give up for java 16+ and use graphics2d directly again.Cheers,LaurentLe jeu. 18 mars 2021 à 00:24, Botond Kósa <boton...@idata.hu> a écrit :Hi Laurent,When trying to create a MarlinGraphics2D object with JDK 16 I get the following error:java.lang.IllegalAccessError: class org.marlin.graphics.MarlinGraphics2D (in unnamed module @0xe213dbc) cannot access class sun.security.action.GetPropertyAction (in module java.base) because module java.base does not export sun.security.action to unnamed module @0xe213dbcat org.marlin.graphics.MarlinGraphics2D.getBoolean(MarlinGraphics2D.java:786)at org.marlin.graphics.MarlinGraphics2D.<clinit>(MarlinGraphics2D.java:80)It might be the result of JEP 396 that was delivered recently with JDK 16.The error can be avoided by starting the JVM with --illegal-access=permit, but that option is deprecated and will be removed in a future release.Botond--
You received this message because you are subscribed to the Google Groups "marlin-renderer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marlin-render...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/marlin-renderer/2f748404-c899-4348-80f1-2d176aef00d8n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "marlin-renderer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marlin-render...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/marlin-renderer/7334d2b7-4411-4e65-b671-cd0dd32786b3n%40googlegroups.com.