SilentSys / orhelper

orhelper is a module which aims to facilitate interacting and scripting with OpenRocket from Python
GNU General Public License v2.0
16 stars 17 forks source link

The example simple_plot.py works with Java 11, but throws a warning #8

Open pmi123 opened 1 year ago

pmi123 commented 1 year ago

I tested orhelper using simple_plot.py, OpenRocket 15.03 and Open JDK 11, and it worked. However, it generated these warnings:

2022-11-02 18:23:25] INFO [orhelper._orhelper.__enter__:48] Starting JVM from /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so CLASSPATH=OpenRocket-15.03.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/mark/python-projects/new_hopirockets_website/OpenRocket-15.03.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
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

It might not be related to Orhelper, but I thought I would pass it along.