Step 1: Add VM option '-agentpath'
Add -agentpath:<full agent library path> VM option to the command line of Java application to be profiled.
The agent library path depends on your OS:
Windows, 32-bit Java
-agentpath:<profiler directory>\bin\win32\yjpagent.dllWindows, 64-bit Java
-agentpath:<profiler directory>\bin\win64\yjpagent.dllMac OS X
-agentpath:<profiler directory>/bin/mac/libyjpagent.jnilibLinux x86, 32-bit Java
-agentpath:<profiler directory>/bin/linux-x86-32/libyjpagent.soLinux x86, 64-bit Java
-agentpath:<profiler directory>/bin/linux-x86-64/libyjpagent.soSolaris SPARC, 32-bit Java
-agentpath:<profiler directory>/bin/solaris-sparc-32/libyjpagent.soSolaris SPARC, 64-bit Java
-agentpath:<profiler directory>/bin/solaris-sparc-64/libyjpagent.soSolaris x86, 32-bit Java
-agentpath:<profiler directory>/bin/solaris-x86-32/libyjpagent.soSolaris x86, 64-bit Java
-agentpath:<profiler directory>/bin/solaris-x86-64/libyjpagent.soHP-UX IA64, 32-bit Java
-agentpath:<profiler directory>/bin/hpux-ia64-32/libyjpagent.soHP-UX IA64, 64-bit Java
-agentpath:<profiler directory>/bin/hpux-ia64-64/libyjpagent.so
If you have copied the profiler agent library file from the profiler installation directory to another location, please change the path accordingly.
You can find examples of startup scripts for your platform in <profiler directory>/samples
To check that Java can load the profiler agent, invoke the following command that prints a description of agent parameters: