My program works fine with no warnings if I complie with JDK from Oracle but, if I compile with OpenJDK 11, I get the "Illegal reflective..." warning after a few iterations. That is not a problem when I'm running the app from Java "java -jar myapp.jar" but, if I use B4J Packager, when running the EXE, the program stops after the warning.
Any idea how can I avoid the warning or what is causing it?
Any idea how can I avoid the warning or what is causing it?