zeevgetner
Programmer
hi everybody,
i have a program that does http comunication.
my system administrator wants the program to comunicate throgh a proxy server. im tring to make the java environment use a proxy server.
one option that i tired is to use :
jave -DproxySet=true -DrpoxyHost=@@@ -DproxyPort=@@@ myclass
(@@@ are the actual settings).
why doesnt it work?
im using java 1.5 JRE is this a problem?
i have a program that does http comunication.
my system administrator wants the program to comunicate throgh a proxy server. im tring to make the java environment use a proxy server.
one option that i tired is to use :
jave -DproxySet=true -DrpoxyHost=@@@ -DproxyPort=@@@ myclass
(@@@ are the actual settings).
why doesnt it work?
im using java 1.5 JRE is this a problem?