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