ykyuen wrote:
> 
> oh sorry, i have made a mistake, the sample works fine. the failure was
> caused by the firewall of my network. 
> 
> sorry for the misleading:-((
> 

The solution is to add the proxy in the YahooRetriever.java

System.getProperties().put("proxySet", "true");
System.getProperties().put("proxyPort", <port>);
System.getProperties().put("proxyHost", <proxy_host>);

-- 
View this message in context: 
http://www.nabble.com/exec%3Ajava-problem-tp24491018p24752138.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to