Tuesday, December 8, 2009

Uncommon Wedding Readings

Eclipse 3.5, software updates, and proxy connections as

Depending on the network environment with Eclipse, there are always problems when you install plug-ins (via the menu Help> Install New Software ... ) and the automatic updating of installed extensions (via Help> Check for Updates
). Reason usually are proxies of the Eclipse did not support use protocols, and spend firewalls that separate certificates for https connections.
If you have the certificate of the firewall (usually a file with the extension *. cer ), you can import it into the keystore of the Java installation. Which Java Installation of Eclipse is used, you can find under About Eclipse> installation details> Configuration
. Under Windows, the call of the
keytool command line command such as
C: \\ \\ Program Files \\ Java jre6 \\ bin \\ import keytool-v
-file PfadZumZertifikat "changeit is the default password of the keystore, if you have not changed.
Another problem is posed
NTLMv2 proxy server, since the Eclipse 3.5 can not be directly supported. In addition to the proper setup to add the proxy address and authentication data under Preferences> General> Network Connections in the file must eclipse.ini (in the Eclipse program directory) at the end
following line:
 
-Dorge . eclipse.ecf.provider.filetransfer.excludeContributors = org.eclipse.ecf.provider.filetransfer.httpclient it was in Eclipse 3.5 in the above Preferences page also necessary in the "Active provider" set to "Native". In Eclipse 3.5.1 works set to "Manual".

0 comments:

Post a Comment