jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

no splashscreen in java.library.path #278

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm using it from command-line with this command:

java -jar /opt/processing-3.5.3/processing-py.jar main.py

my program was working fine. but today suddenly i got this warnings:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PyJavaType (file:/opt/processing-3.5.3/processing-py.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.python.core.PyJavaType
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

plus this error:

java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]

ghost commented 4 years ago

All the warnings and Error is fixed now by changing my java version from 11 to 8.
I don't know what caused the problem.