I'm testing my VPN connection with proxy on Oracle SQL Developer, but it's failing.
When I test using the option "use system default proxy settings" it says:
"java.lang.NullPointerException: Cannot invoke "sun.net.www.http.HttpClient.getOutputStream()" because "this.http" is null ..."
However, I have the definitions of http_proxy and https_proxy in the environment variables!
Where does it look for the default proxy definition?