Passing VM arguments from within a JAR
Hello,
I have a small app contained within a JAR which runs when invoked.
However some features of the program require communication with a JVMTI agent. The agent library information must be passed to the VM on startup in the form:
-agentlib:AGENT_LIBRARY_NAME
I know very little about JAR files and was wondering how I can pass this VM argument at startup.
Cheers

