Using JProfiler on Linux
I need to profile jetty server on linux system, for it I've started jetty using next command line JAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start
and received error Could not find agent library on the library path or in the local directory: jprofiler, H开发者_开发问答ow can I added library path on linux?
Thanks.
try adding the Jprofiler to the PATH. I hope it works.
精彩评论