http_proxy is an Ubuntu system environment variable. Does this have anything to do with Java? I do not think so.
I do not use system variables, since I have different proxy requirements for different programs. Firefox should go through the proxy (I install this in the configuration file, and that's fine).
Java should go "direct connection", although this is what I am trying to solve. By default, it is set in the "browser settings". Apparently, this means that he finds out somewhat that Firefox is the default browser and gets the settings from there. I do not want Java to do this - I need a direct connection.
See original post - this is an application server that creates sessions on the fly. I do not want users to play with the Java control panel. Want to install it centrally for Java to always use a direct connection.
source share