內蒙古java團隊

          j2se,j2ee開發組
          posts - 139, comments - 212, trackbacks - 0, articles - 65
            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

          安裝ArcGIS 9.2server插件 java環境的配置。

          Posted on 2007-11-16 11:38 帥子 閱讀(3775) 評論(9)  編輯  收藏 所屬分類: j2se技術專區

          Create ArcGIS update sites

          The ArcGIS Eclipse plug-ins can be installed by creating a local update site for each separate plugin. 

          1. From the Eclipse main menu, choose Help>Software Updates>Find and Install.

          2. Click the Search for new features to install button and click Next.

          3. By default, you should see several update sites.  You will add 3 new sites: one for the Engine plugins, one for the Server plugins and one for Core plugins required for both. Core contains the Java Help System as well. To add an ArcGIS update site, click the New Local Site button.

          You may see different sites listed depending on the Eclipse version you have installed.

          4. Navigate to ArcGIS/java/tools/eclipse_plugin/arcgis_update_site and click OK with the 'engine' folder selected. Change the name in the Edit Local Site dialog to ArcGISEngineUpdateSite and click OK.

          You should now see the ArcGISEngineUpdateSite appear in the list.

          Click the 'New Local Site...' button again.

          Navigate to ArcGIS/java/tools/eclipse_plugin/arcgis_update_site and click OK with the 'core' folder selected. Change the name in the Edit Local Site dialog to ArcGISCoreUpdateSite. Click OK.

          You should now see the ArcGISCoreUpdateSite appear in the list.

          Finally, add other local site that points to the ArcGIS/java/tools/eclipse_plugin/arcgis_update_site/server location and name it ArcGISServerUpdateSite.

          You should now see all 3 sites appear in the list.

          Update Eclipse and install ArcGIS plug-ins

          1. To use the ArcGIS plug-ins, you must also have the Visual Editor plug-in for Eclipse. This is contained in the Callisto Discovery Site. Check the ArcGIS update folders and the Callisto Discovery Site update site box and click Finish.

          2. You are prompted to pick a mirror site. Choose the default Callisto Discovery Update site and click OK.

          3. Once a connection is made, all the plug-ins available on the update sites will be shown.  

          4. Expand the ArcGISUpdateSite and ArcGIS boxes to see the all the plug-ins. Then check the ArcGISUpdateSite box to select all of the ArcGIS plug-ins.

            1. If no error message appears like the screen shot below, you already have Visual Editor installed and can click Next. Skip to step 6.
            1. If the error message appears, that means Visual Editor is not installed and you cannot finish yet. Continue on to step 5.

          5. Expand the Callisto Discovery Site update site and then expand the Graphical Editors and Frameworks box. Check Visual Editor 1.x. Any error messages for ArcGIS plug-ins should disappear. Click Next.

          6. Accept any license agreement for Visual Editor and ArcGIS and then click Next. NOTE: You may see duplicate entries for the core plugin. This is because each individual plugin is dependent on it.

          7. Click Finish to start the installation.



          8. Click Install All.

          9. Restart Eclipse when prompted.

          10. After starting, you may be prompted to set the ArcGIS Installation Directory. If so, browse to and select the main ArcGIS installation directory. If you do not see this dialog, the Eclipse plug-in was able to automatically detect the installation directory. To access this menu at a later time, go to Window>Preferences.

          11. You should then see a Welcome page for the first time. If not, go to the Help menu and click on the Welcome link.

          12. Click the Overview icon and then the Globe icon on the subsequent page to display the ESRI information page. This page provides information for getting started with links to samples and the help system.

          13. When you are ready to begin building an application in Eclipse, click Help Menu>Help Contents. The ArcGIS documentation is at the bottom. This help is also available as a standalone external sytem.

          ArcGIS plug-ins remote update

          ESRI may periodically release updates for the ArcGIS plug-ins that can be accessed through an Eclipse remote site connection to a http://edn.esri.com/java/eclipse site. To access the updates, follow these steps:

          1. From the Eclipse main menu, choose Help>Software Updates>Find and Install.

          2. Click the Search for updates of the currently installed features button and click Next. If any updates are found, they will be displayed and you can install them. Otherwise Eclipse will state that no updates were found.


          評論

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2007-11-19 11:28 by ws
          我在eclipse3.3+myeclipse6.0.1下配置成功,
          如有問題請留言。

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2007-11-21 11:32 by ws
          我成功把 Server模版移植到了自己的工程下面。

          這樣方便了開發,加快了開發效率。

          如大家有遇到這樣的問題,請留言。

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2007-12-06 14:43 by sarula
          感謝提供此文章的人

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。[未登錄]  回復  更多評論   

          2008-03-05 10:14 by kitty
          請教各位內蒙高手(聲明一下我也是內蒙的),請問有沒有ESRI.ArcGIS.Server.9.2.Java.Edition的安裝和配置文檔,本人目前已經安裝配置好,打開管理頁面也可以登錄,對于搭建一個服務器平臺,我下面要做什么,請教各位呀。

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2008-04-22 21:29 by 張建寅
          我那個裝好了怎么配置不好呢,登陸不進去,可不可以告訴我啊? zjyiyh@163.com 謝謝@kitty

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2008-05-22 14:11 by 飛天虎
          @ws
          我那個裝的是arcgis server java 9.2的,配的是eclipse 3.2 +myeclispe 5.0的,但是裝好后manager界面能夠打開,但是輸入用戶名和密碼后總是登陸不了,上次也出現了這種問題,但是我把防火墻關掉后就已經解決了,但是這次我把防火墻關掉了,還是進步去,不知道能不能解決問題?如能解決請qq 聯系我,我的qq是5501453

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2008-07-14 19:32 by 小丫
          這個是不是就不用再裝tomcat了啊

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。  回復  更多評論   

          2008-10-26 00:44 by mlin
          你好,我有問題,我按上面的做了,但出現問題:doesn't contain an update sit...

          # re: 安裝ArcGIS 9.2server插件 java環境的配置。[未登錄]  回復  更多評論   

          2009-11-08 09:48 by lijian
          有中文的配置文檔嗎?給我發一份。我正需要啊,謝謝,lijian_lijians@163.com
          主站蜘蛛池模板: 蓬溪县| 荥阳市| 成安县| 万荣县| 合江县| 霍城县| 昭苏县| 乐山市| 巧家县| 陆河县| 阆中市| 宝山区| 阿鲁科尔沁旗| 廉江市| 富裕县| 阿坝| 大田县| 石林| 新昌县| 儋州市| 景宁| 新宁县| 德令哈市| 彰武县| 高青县| 宾阳县| 黄陵县| 南投县| 津南区| 宜阳县| 湘潭市| 内乡县| 巴南区| 定日县| 维西| 稻城县| 铅山县| 宣武区| 西城区| 叙永县| 南康市|