Hi, With Java you can direct all your HTTP requests through a proxy server by setting a few system properties as following:
System.getProperties().put( "proxySet", "true" ); System.getProperties().put( "proxyHost", "myProxyMachineName" ); // your proxy address System.getProperties().put( "proxyPort", "85" ); // your proxy port Hope it helps, Austin On Nov 28, 6:58 pm, outlaw <[EMAIL PROTECTED]> wrote: > Hi all, > > I got an exception while trying to run the calendar sample with > java api. I go an exception saying ' Error connecting with login URI'. > I am behind a proxy server to connect to internet. But i couldnt find > how to configure proxy for java api. Please help me out. > > Thanks, > TFR --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
