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
by reading source I found converting -J-javaagent solved the above, however how can I use some app_path parameter in jvmopts so that I avoid using absolute path of lib jars :( -J-javaagent:???/lib/xyz.jar
Is the same issue happening with etc-default in non universal packages?
There was a pull request for this (#265). I think there was a pull request for adding a separator between java and application args. If I recall correctly it was --. Maybe this helps.
I should add aspectj weaver and jolokia JVM agents to my JVM, and this is my jvmopts:
when running universal run script via
-d
I found that-javaagent
is placed after $mainclass so it is collected byapp_commands
orresidual_args
The text was updated successfully, but these errors were encountered: