Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 linux 系统上分析 jetty 服务器,为此我使用下一个命令行启动了 jettyJAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start并收到错误无法在库路径或本地目录中找到代理库:jprofiler,如何在 linux 上添加库路径?谢谢。
JAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start
try adding the Jprofiler to the PATH. I hope it works.