B4J Question xRotaryKnob issue

jcohedman

Member
Licensed User
Longtime User
Using xRotaryKnob, this message appears, it's ilegal to use it?

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by anywheresoftware.b4a.objects.B4XCanvas (file:/home/pi/Downloads/tempjars/AsyncInput1) to field javafx.scene.canvas.GraphicsContext.path
WARNING: Please consider reporting this to the maintainers of anywheresoftware.b4a.objects.B4XCanvas
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
 

Peter Simpson

Expert
Licensed User
Longtime User
I've always ignored these errors.
The first time I came across this error was whilst using TableView whilst setting the table CSS. As the CSS worked perfect and so does the app, I just ignored the error.

I believe that this error has something to do with using reflection with Java 9+, I read about it on the internet somewhere, I think it was most probably on Github...
 
Upvote 0
Top