How can I set those properties to use a proxy

In this page are listed the properties I have to set up to use a proxy:http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.htmlBut I don't know which class or method should I call to pass the right values:Proxy name: intranetProxy port: 8080Thanks
[295 byte] By [empleado_de_altana] at [2007-9-30 18:48:30]
# 1
You can pass them to java on the commandline using the -D option, or you can set them in your program using System.setProperty().
Herko_ter_Horst at 2007-7-6 21:05:41 > top of Java-index,Administration Tools,Sun Connection...