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
First of all thanks for this awesome project, this is what I use for packaging all my java cli apps. I am using the latest version of capsule (using https://github.com/danthegoodman/gradle-capsule-plugin) to create a really executable package. But running the executable on JDK9 is throwing the following warning by JVM.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by Capsule (file:xxxxxx) to field com.sun.jmx.mbeanserver.JmxMBeanServer.mbsInterceptor
WARNING: Please consider reporting this to the maintainers of Capsule
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
Also, is this project maintained any more?
The text was updated successfully, but these errors were encountered:
First of all thanks for this awesome project, this is what I use for packaging all my java cli apps. I am using the latest version of capsule (using https://github.com/danthegoodman/gradle-capsule-plugin) to create a really executable package. But running the executable on JDK9 is throwing the following warning by JVM.
Also, is this project maintained any more?
The text was updated successfully, but these errors were encountered: