ruby-processing / propane

A simpler ruby-processing for linux/Windows/MacOS?
https://ruby-processing.github.io/propane
GNU General Public License v3.0
27 stars 1 forks source link

Since jdk9 OPENGL sketches are very noisy #22

Closed monkstone closed 5 years ago

monkstone commented 6 years ago

Environment

NB: jdk9.0.4 from oracle.

Using custom propane (compiled with openjdk8 targeting jdk8) modified to use public runPropane() instead of protected runSketch() test sketch see https://github.com/ruby-processing/propane-examples/blob/master/processing_app/topics/shaders/monjori.rb.

Behaviour

Sketch runs fine with following warnings:-

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/home/tux/.gem/ruby/2.3.0/gems/propane-2.6.5.pre-java/lib/gluegen-rt-2.3.2.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

eg installation issue (just use this header and explain the problem as best you can)