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, How can I added library path on linux?
Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
try adding the Jprofiler to the PATH. I hope it works. |
|||||||||||
|