英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论