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
Exception in thread "Thread-4636" java.lang.NoClassDefFoundError: Could not initialize class org.hotswap.agent.plugin.proxy.java.ProxyGenerator
at org.hotswap.agent.plugin.proxy.ReloadJavaProxyCommand.executeSingleCommand(ReloadJavaProxyCommand.java:68)
at org.hotswap.agent.plugin.proxy.ReloadJavaProxyCommand.executeCommand(ReloadJavaProxyCommand.java:52)
at org.hotswap.agent.command.impl.CommandExecutor.run(CommandExecutor.java:43)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.hotswap.agent.plugin.proxy.java.ProxyGenerator (in unnamed module @0x22ef9844) cannot access class sun.security.action.GetBooleanAction (in module java.base) because module java.base does not export sun.security.action to unnamed module @0x22ef9844 [in thread "Thread-4620"]
at org.hotswap.agent.plugin.proxy.java.ProxyGenerator.<clinit>(ProxyGenerator.java:317)
... 3 more
Where should this add-opens be defined when running hotswap agent by copying it into JBR/lib/hotswap?
The text was updated successfully, but these errors were encountered:
It must be in JVM arguments, in run configuration. I'll add it to JBR startup if -XX:HotswapAgent is used. This option currently automatically turns on:
Where should this add-opens be defined when running hotswap agent by copying it into
JBR/lib/hotswap
?The text was updated successfully, but these errors were encountered: