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.
| |||||
feedback
|
|
try adding the Jprofiler to the PATH. I hope it works. | |||||||||||
feedback
|