This document was published with ArcGIS 9.3.
In this topic
- Java EE 5 support
- A graphical HTML/JSP/JSF editor
- A new Quick Access feature (ctl-3) to enhance IDE navigation
- Open the eclipse.ini file under the eclipse installation directory(eg. C:\eclipse) with a text editor.
- By default, eclipse.ini contains something like:
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m
3. Which sets the heap space to 40MB initially and a maximum of 256MB, and also specifies a PermGen size of 256MB
4.The suggested settings for ArcGIS Server development are:
5. Save and close the eclipse.ini file.
- FAQ Eclipse.ini.
- FAQ How do I increase the heap size available to Eclipse?
- FAQ How do I increase the permgen size available to Eclipse?
- On the Eclipse main menu, select Help->Software Updates->Find and Install.
- On the Install/Update dialog box, choose Search for new features to install and click Next.

3. The ArcGIS plug-ins have 3 flavors, 1.doc, 2.engine and 3.server. The doc plug-in contains the documentation for the ArcGIS Engine and ArcGIS Server SDKs. The engine plug-in is for developers who wish to build desktop applications using ArcGIS Engine. The server plug-in is for developer who wish to build web applications using ArcGIS Server. You may need to create a Local Update site to install each of these plug-ins. To create a new update site, click on New Local Site in the Install dialog box. You may see different sites listed depending on the Eclipse version you have installed.

4. Browse the location of the new local site as '%ARCGISHOME%/java/tools/eclipse_plugin/arcgis_update_site\server' and click OK. Change the name in the Edit Local Site dialog box to ArcGIS Server Local Update Site and click OK.
5. You should now see the ArcGIS Server Local Update Site appear in the list. Ensure that the ArcGIS Server Local Update Site is checked and click Finish.

6. The Search Results window displays the features available for install. Drill down under ArcGIS, select the install plug-in, and click Next.
7. Accept the Feature License agreement and click Next.
8. Choose an install location and click Finish.
9. Click Install All on the Verification window.
10. Click Yes to restart Eclipse.
11. Once Eclipse restarts, you should see a Welcome page, if you do not, go to the Help menu and click the Welcome link.

13. Click on the ESRI Globe icon to display the ESRI Information Page.
PS:如果真的要学ArcGIS Server的话,建议还是尽快习惯看英文文档。