| Author |
Working with Internet URL through Proxy from Java Code
|
Thirugnanam Saravanan
Ranch Hand
Joined: Dec 13, 2007
Posts: 81
|
|
I am trying to execute a java Program which attempts to copy a file from internet URL to my local disk. I am using the following code for getting connection to the URL. My system is connected to internet through proxy server. I am using ECLIPSE IDE for executing this Java ProgramIn ECLIPSE I have entered the proxy host, proxy port, proxy authentication details in the Windows --> Preferences --> Internet --> Proxy Settings window. But when I execute the above Code,it displays an exception java.net.UnknownHostException. Any ideas on how to connect to Internet URL from a system which is behind the Proxy Server ?
|
Saravanan
SCJP 5.0(98%), SCWCD 5.0 (100%), OCA
|
 |
Sivaraman Lakshmanan
Ranch Hand
Joined: Aug 02, 2003
Posts: 231
|
|
Hi Saravanan, This article will help you. You have to set the proxy host in the System.property before calling the URLConnection. Working with Proxy
|
Regards,
Sivaraman.L
|
 |
 |
|
|
subject: Working with Internet URL through Proxy from Java Code
|
|
|