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 应用程序。但是我通过代理有互联网,所以应用程序不起作用。我正在寻找一种在 JVM 中启用代理的方法(注意我不能通过代码更改它,我没有源代码)。请让我知道如何通过 Windows 上的命令提示符执行此操作。谢谢
java -Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800 yourprogramhere