B4J Question suppress warning

madru

Active Member
Licensed User
Longtime User
is it possible to suppress this waring?


B4X:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by anywheresoftware.b4a.objects.B4XCanvas (file:xyz.jar) to field javafx.scene.canvas.GraphicsContext.path
WARNING: Please consider reporting this to the maintainers of anywheresoftware.b4a.objects.B4XCanvas
 

madru

Active Member
Licensed User
Longtime User
yep, was already mentioned several times in the forum

...that is to bad that there is no easy to suppress it. What cases this waring, any possibility to 'code around' it?
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
Java 16 is even worse - it defaults to deny on reflection unlike 11 - 14 which just warn.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…