在MacOS上如何在JProfiler中设置代理。

huangapple go评论87阅读模式
英文:

How to set proxy in JProfiler on MacOS

问题

我在企业代理后面。因此需要在JProfiler中配置以允许连接到远程JVM并检查更新。然而,在菜单中我找不到相应的设置。
如何在JProfiler中配置代理。

我期望JProfiler使用系统的代理。

英文:

I'm behind a corporate proxy. So this needs to configured in JProfiler to allow attaching to remote JVMs and checking for updates. However going through the menu I cannot the corresponding settings.
How do I configure a proxy within JProfiler.

I'd expect JProfiler to use the system's proxy.

答案1

得分: 1

已解决:要使用操作系统的代理,请将属性 -Djava.net.useSystemProxies=true 添加到 ~/.jprofiler13/jprofiler.vmoptions

英文:

Figured it out: To use the OS's proxy add property -Djava.net.useSystemProxies=true to ~/.jprofiler13/jprofiler.vmoptions

huangapple
  • 本文由 发表于 2023年7月20日 15:22:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/76727544.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定