B4J Question B4J Bridge and List's

Swissmade

Well-Known Member
Licensed User
Longtime User
Revere back to https://www.b4x.com/android/forum/t...nning-in-debug-mode-stop.165241/#post-1013040

I think I found something.
When I debug using the B4J-Bridge to Linux Raspberry pi and go over a list in debug mode then I get this error.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by anywheresoftware.b4a.shell.Shell (file:/home/pi5/b4j-bridge/tempjars/AsyncInput2) to field java.util.Arrays$ArrayList.a
WARNING: Please consider reporting this to the maintainers of anywheresoftware.b4a.shell.Shell
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

This is not happening when I not using the Bridge

Maybe it is nothing or something to check.
 
Top