I've gotten this set of errors:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/C:/Users/Who/processing-3.5.3/processing-3.5.3/core/library/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
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
Whenever I try to run a sketch. I'm working in IntelliJ, and should have all the necessary jars imported. I'm calling the PApplet.main()
method in my main, and I've got the size set in settings(). I've tried using multiple versions of processing. The code compiles. Any thoughts?