Reputation: 21
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.
Upvotes: 1
Views: 80
Reputation: 21
Figured it out: To use the OS's proxy add property -Djava.net.useSystemProxies=true
to ~/.jprofiler13/jprofiler.vmoptions
Upvotes: 1