You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I tested orhelper using
simple_plot.py
,OpenRocket 15.03
andOpen JDK 11
, and it worked. However, it generated these warnings:It might not be related to Orhelper, but I thought I would pass it along.
The text was updated successfully, but these errors were encountered: