Previous


Platform-Specific Details: Setting Your Proxy Host

UNIX
You can set the proxy host through the command line when you run the program. Note that you might also have to set the proxy port depending on how your network is set up.
java -DproxySet=true -DproxyHost=proxyhost [-DproxyPort=portNumber] OpenStreamTest
DOS shell (Windows 95/NT)
You can set the proxy host through the command line when you run the program. Note that you might also have to set the proxy port depending on how your network is set up.
java -DproxySet=true -DproxyHost=proxyhost [-DproxyPort=portNumber] OpenStreamTest
Macintosh
[PENDING: Macintosh instructions]


Previous