To enable Eclipse IDE to connect to the Internet and pass through a proxy server, you need to edit the Eclipse proxy definitions. The Active Provider settings specify the profile to be used when opening connections and has the following options:
This procedure uses the Manual option.
To edit proxy definitions
The Preferences window opens.
The Network Connections window opens.
The Edit Proxy Entry dialog opens for the protocol you selected.
The Edit Proxy Entry dialog closes and the Network Connections window opens.
The proxy settings are saved and the Network Connections window closes.
Any changes that you saved to the proxy settings are in effect.
Note: For more information, see the Eclipse IDE online help.
By default, Eclipse will allocate up to 384 megabytes of Java heap memory. This amount might be sufficient in most cases, but depending on the JRE that you are running, the number of additional plug-ins you are using, the number of files you will be working on, and the complexity of the CA Endevor repository you could conceivably have to increase this amount to avoid out of memory errors.
Eclipse can pass arguments directly to the Java VM using the -vmargs command line argument, which must follow all other Eclipse specific arguments.
To increase the available heap memory, use following command in command line:
eclipse -vmargs -Xmx<memory size>
Megabytes value set to 384 or greater
Default: 384
For more information about Eclipse and JavaVM arguments please follow Eclipse documentation and or your Java Runtime reference guide.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|