I wanted to know how can I get the values of proxy settings that a user sets for java applications in control panel?
I tried using How to get proxy settings from system settings in Java but i got Direct Access as output when i was actually behind proxy.
I know jnlp does it by default but I was using advanced installer(exe) so had to do it programmatically.