0

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.

jitm
  • 2,569
  • 10
  • 40
  • 55

1 Answers1

1

try adding the Jprofiler to the PATH. I hope it works.