Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web ブラウザーがプロキシ サーバーを使用するように構成されていない場合でも、Web ページで実行されている javafx アプリをプロキシ サーバーを使用するように構成できますか?
ブラウザー内のアプリケーションは通常制限されており、ソケットを開くなどの操作を使用できます。
より広いセキュリティ権限を持つアプリケーションに署名している場合は、それにプロキシ設定を設定できます。
System.setProperty("http.proxyHost", "my-proxy.com"); System.setProperty("http.proxyPort", "80");