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.
我正在尝试编写一个更改其他应用程序代理设置的程序。是否可以通过 Java 更改使用 Internet 的应用程序的代理设置?我是否只允许使用系统注册表更改浏览器的设置?
使用 -DPROXY_HOST=somehost 和 -DPROXY_PORT=portno JVM 参数。