离线安装Google App Engine

来源:互联网 发布:linux负载均衡技术 编辑:程序博客网 时间:2024/05/04 01:35

http://code.google.com/eclipse/docs/install-from-zip.

 

 

Installing the Google Plugin for Eclipse from zip files

As an alternative to installing from the update site, you can also install the Google Plugin for Eclipse by downloading it as an archive and extracting into your Eclipse installation. You may find this alternate approach helpful in the case that Eclipse can't reach the update site, which is the case behind some firewalls (if you know the proxy information, try configuring Eclipse to use the proxy first, see the instructions for Eclipse 3.6, Eclipse 3.5, Eclipse 3.4 or Eclipse 3.3.)

This approach assumes that your Eclipse installation already has the dependencies for the Google Plugin for Eclipse, which are not present in some Eclipse distributions. If you have problems installing into the copy of Eclipse you already have, you should try installing on a fresh copy of the Eclipse IDE for Java Developers from eclipse.org, which comes with all of the plugin's dependencies.

Caution: On a given Eclipse installation, we recommend using either this approach or an update site -- installing via one and upgrading with another may not work as expected.

Note: If you are installing the plugin on a multi-user install of Eclipse, see these instructions before proceeding.

For Eclipse 3.6

  1. Install WST:
    1. Select Help > Install New Software...
    2. Select the Helios update site in the Work with dropdown. If it's not there, you can enter the URL directly:http://download.eclipse.org/releases/helios
    3. Install Helios > Web, XML, and Java EE Development > Eclipse Web Developer Tools.
  2. Download the latest plugin distribution for Eclipse 3.6.
  3. Extract the archive into the dropins directory in your Eclipse installation. Your installation of Eclipse will now have a directorydropins/eclipse/features/com.google.gdt.eclipse.suite.e36.feature_version and some newly installed JAR files indropins/eclipse/plugins/.
  4. Restart Eclipse. The plugin should now be installed!

For Eclipse 3.5

  1. Install WST:
    1. Select Help > Install New Software...
    2. Select the Galileo update site in the Work with dropdown. If it's not there, you can enter the URL directly:http://download.eclipse.org/releases/galileo
    3. Install Galileo > Web, XML, and Java EE Development > Eclipse Web Developer Tools.
  2. Download the latest plugin distribution for Eclipse 3.5.
  3. Extract the archive into the dropins directory in your Eclipse installation. Your installation of Eclipse will now have a directorydropins/eclipse/features/com.google.gdt.eclipse.suite.e35.feature_version and some newly installed JAR files indropins/eclipse/plugins/.
  4. Restart Eclipse. The plugin should now be installed!

For Eclipse 3.4

  1. Install WST:
    1. Select Help > Software Updates...
    2. Select the Available Software tab.
    3. Ensure the Ganymede Update Site is listed. If not, click Add Site and enter its URL: http://download.eclipse.org/releases/ganymede/
    4. Install Ganymede Update Site > Web and Java EE Development > Web Developer Tools.
  2. Download the latest plugin distribution for Eclipse 3.4.
  3. Extract the archive into the dropins directory in your Eclipse installation. Your installation of Eclipse will now have a directorydropins/eclipse/features/com.google.gdt.eclipse.suite.e34.feature_version and some newly installed JAR files indropins/eclipse/plugins/.
  4. Restart Eclipse. The plugin should now be installed!

For Eclipse 3.3

  1. Install WST:
    1. Select Help > Software Updates > Find and Install...
    2. Select Search for new features to install and click Next
    3. Ensure the Europa Discovery Site is listed. If not, click New Remote Site and enter its URL:http://download.eclipse.org/releases/europa/
    4. Check the box next to Europa Discovery Site. You may want to also check the box for Automatically select mirrors at the bottom. Click Finish.
    5. Install Europa Discovery Site > Web and JEE Development > Web Standard Tools Project.
  2. Download the latest plugin distribution for Eclipse 3.3.
  3. Navigate to the root of your Eclipse directory and extract the archive. You should be writing new files into your eclipse/plugins and eclipse/featuresdirectories.
  4. Restart Eclipse. The plugin should now be installed!

原创粉丝点击