08.06.2015, 08:44
(03.06.2015, 12:33)routeconverter Wrote:(03.06.2015, 07:32)Heiko.W Wrote: Ich vermute eher, dass des Java-Dings mit dem Proxy nicht klar kommt, bzw. den gar nicht beachtet.
Das könnte sein. Ich meine zu erinnern, daß Java früher den Proxy unter Windows aus den systemweiten Einstellungen genommen hat. Und der IE auch, aber irgendwie mußte man das unterschiedlich konfigurieren. Da gibt es Threads zu hier im Forum.
Aktuell scheint https://docs.oracle.com/javase/8/docs/te...oxies.html zu sein. Demnach
Quote:On recent Windows systems and on Gnome 2.x platforms it is possible to tell the default ProxySelector to use the system proxy settings (both recent versions of Windows and Gnome 2.x let you set proxies globally through their user interface). If the system property java.net.useSystemProxies is set to true (by default it is set to false for compatibility sake), then the default ProxySelector will try to use these settings.
solltest Du java.net.useSystemProxies mal auf true setzen beim Aufruf von RouteConverter auf der Kommandozeile.
Ja, wenn ich java.net.useSystemProxies auf true setze geht es.
Könntest du dies in die Pre mit einbauen?