function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Krishna Prasad K PKrishna Prasad K P 

Unable to install the Apex Tool kit !!

Unable to install the Apex Toll kit for my Eclipse Version: 3.3.1
 
I did it as per the step by step procedure provided in the salesforce ADN page on eclipse toolkit..
But I get the following error message:
 
"Network connection problems encountered during search.
  Unable to access "
http://www.adnsandbox.com/eclipsetoolkit/10.0/".
    Error parsing site stream. [Premature end of file.]
    Premature end of file."
    
 
Also I get a message:
 
"No features found on the selected sites. choose a different site or site catogory"
 
Could you please provide me a solution....
Thanks in advance,
Krishna
 
 
 
claudioclaudio
Does your network uses a proxy? If yes, set the proxy server, user and pwd in Eclipse preferences:

Window > Preferences > Internet > Proxy Settings

Claudio
MyGodItsColdMyGodItsCold
If you don't see your proxy settings there, try:

Window | Preferences | General | Network Connections.

Also, right click your shortcut, Properties | Shortcut | Target

and make sure after eclipse.exe you have options

-Dhttp.proxyHost=_proxy_name_here

and

-Dhttp.proxyPort=_port_number_here
Krishna Prasad K PKrishna Prasad K P
Thank you very much Claudio & Jim

The problem was caused by the proxy setting error..!!

Regards,
Krishna.
yagnayagna
I am trying to install Force.com IDE toolkit for eclipse. I updated my proxy login credentials in Preferences --> Network Connections.
But it gives me the same error again.
I also update my Target in properties of Shortcut.
Can anybody help me out.