`
cliuyang
  • 浏览: 7016 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

eclipse插件安装

    博客分类:
  • java
 
阅读更多
Installation using plugin ready eclipse

Product

version
Description
eclipse

3.7.2
base ide
Spring IDE

3.1.0
a very useful graphical user interface tool adding support for Spring Framework
mchr3k  

1.1.1
JD Eclipse plugin
Jautodoc

1.10.0
for automatically adding Javadoc and file headers to your source code
m2e 1.2 maven plugin
m2e-wtp 0.16 maven Integration for WTP
RTC 3.0.2 IBM Rational Team Concert

\\nas174an2.hk.hsbc\WMDDATA\DOC\CAD\RIS\RIS Release 3\Retail Trading Platform\Tools\eclipse\eclipse-jee-indigo-SR2-win32-plugin-ready.zip

You still need go through the steps below but you may skip step1 and steps marked with [Plugin installation].

Installation using clean eclipse

    Download eclipse ee 3.7.x (latest)
    \\nas174an2.hk.hsbc\WMDDATA\DOC\CAD\RIS\RIS Release 3\Retail Trading Platform\Tools\eclipse-jee-indigo-SR2-win32.zip

    Modify the eclipse.ini
    Backup the orginal eclipse.ini and add the following lines in the eclipse.ini  Please substitute the path to use your WAS JVM installation path. i.e. <WebSphere Application Server V8.5, V8.0 or V7.0 installation directory>/java/jre/bin/javaw.exe

    If you change the eclipse.ini before creating a new workspace, the default jre used will be changed to this jre. For existing workspace, this jre will not added automatically. Yet, the name of jre is checked in source code. So if you add an jre yourself, you may find fine the name is conflicted with source contorl one.

    -vm
    C:/runtimes/WebSphere70/AppServer/java/bin/javaw.exe
    -vmargs
    -Xms100m
    -Xmx1024m
    -Xscmx48m
    -Xshareclasses:name=IBMSDP_%u
    -Xquickstart
    -Xgcpolicy:gencon
    -Xmnx64m
    -Djava.util.Arrays.useLegacyMergeSort=true
    -Dcom.ibm.ws.management.event.max_polling_interval=1000

    -Dsun.net.client.defaultReadTimeout=60000

    It is known that then IBM-J9-SR5 or previous version will get the following exception when runing the maven plugin
    1 error
          role: org.apache.maven.execution.MavenExecutionRequestPopulator
      roleHint:
     at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
     at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
     at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:239)
     at org.eclipse.m2e.core.internal.embedder.MavenImpl.lookup(MavenImpl.java:1181)
     at org.eclipse.m2e.core.internal.embedder.MavenImpl.createExecutionRequest(MavenImpl.java:216)
     at org.eclipse.m2e.core.internal.embedder.MavenImpl.getMirrors(MavenImpl.java:1090)
     at org.eclipse.m2e.core.internal.repository.RepositoryRegistry.updateRegistry(RepositoryRegistry.java:223)
     at org.eclipse.m2e.core.internal.repository.RepositoryRegistryUpdateJob.run(RepositoryRegistryUpdateJob.java:46)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: com.google.inject.ProvisionException: Guice provision errors

    SR6-8 did not try yet and you may update me the result if you got a try. SR9 is known working without any problem.
    The java version comes different depending on the time you raise request on installing RAD8/Local WAS. The following show a SR9 JVM


    A copy of IBM-J9-SR9-SDK is available at
    \\nas174an2.hk.hsbc\WMDDATA\DOC\CAD\RIS\RIS Release 3\Retail Trading Platform\Tools\JavaSDK\IBM-J9-SR9.zip


    Reasons:
    -vm -> change using IBM J9 SDK instead of Oracle JDK
    -vmargs -> according to suggested settings for eclipse connect WAS
    -sun.net.client.defaultReadTimeout -> increase the timeout to make plugin installation less read timed out error

    Remove SOCKS proxy in IE settings before installing plugins. Restart Eclipse afterwards.



    [Plugin installation] RTC plugin install
        open eclipse->help->install new software , then click the Add button, you can see a box pump out like below:

        fill in the Name: RTC plugin
        fill in the Locations : either of the three link below
        http://rational.hk.hsbc/repos/software/eclipse/TeamConcert3
        OR
        http://rational.uk.hsbc/repos/software/eclipse/TeamConcert3
        OR
        http://rational.us.hsbc/repos/software/eclipse/TeamConcert3
        OR
        http://rational.cn.hsbc/repos/software/eclipse/TeamConcert3/RTC-Client-p2Repo-3.0.1.1.zip
        you can see below picture , and choose the first one(extend an Eclipse install ation), then click next.
        

    [Plugin installation] Install m2e and wtp
        Open the install new software window, and click add button, fill in the pump box like this:
        
        Fill in location : http://download.eclipse.org/m2e-wtp/releases/
        choose four items like below, and then click next to the end, then finished.
             
        ( As of 2012-11-15, the latest and rmp tested version of m2e-wtp is 0.16.0.20120914-0945 )

    (If you working with Tomcat) Install Tomcat
        download tomcat in the below link:
        \\nas174an2.hk.hsbc\WMDDATA\DOC\CAD\RIS\RIS Release 3\Retail Trading Platform\Tools\apache-tomcat-6.0.35.zip
        open eclipse, and change to the blow picure, preferences->Runtime Environment

        click add button,you will see below picture, and choose "Apache Tomcate v6.0",click next:

        click "Browse" button,fill in the path where you locate the tomcat, then click finish.


    (If you working with Websphere) Install IBM WebSphere® Application Server Developer Tools
    TBD

Reference

http://r2methods-dev.it.hk.hibm.hsbc/rtc_adoption_process/#hsbc.content.software_eng.guidance.tooling.rtc/guidances/supportingmaterials/software_installation_7A1008FD.html

http://publib.boulder.ibm.com/infocenter/radhelp/v8r5/index.jsp?topic=%2Fcom.ibm.rad.install.doc%2Ftopics%2Ft_install_wdt_eclipse.html

http://wiki.eclipse.org/WTP_Tomcat_FAQ
分享到:
评论

相关推荐

    eclipse插件安装(links安装方法)

    eclipse插件安装(links安装方法)

    专题资料(2021-2022年)eclipse插件安装方法.doc

    【Eclipse插件安装方法详解】 Eclipse是一个广泛使用的开源集成开发环境(IDE),它以其模块化设计而闻名,可以通过安装各种插件来扩展其功能。这篇专题资料主要介绍了两种Eclipse插件的安装方法,适用于2021-2022...

    精品专题(2021-2022年收藏)eclipse插件安装方法.doc

    【Eclipse插件安装方法详解】 Eclipse作为一个强大的集成开发环境(IDE),其核心优势之一便是其可扩展性。通过安装各种插件,用户可以根据自己的需求定制开发环境,提升开发效率。Eclipse插件的安装主要有两种方法...

    Eclipse插件开发 第1篇到第4篇 开发基础 核心技术 高级进阶 综合实例 eclipse 插件安装方法.zip

    至于《eclipse插件安装方法.doc》,这份文档应该详细阐述了如何在Eclipse环境中安装第三方插件,包括使用Eclipse内置的软件站点(Marketplace)、从本地文件安装、或通过更新站点URL进行在线安装等方法。这对于初学...

    eclipse插件安装的四种方法

    ### Eclipse 插件安装的四种方法 在 Eclipse 这款流行的集成开发环境中,插件的安装是提升开发效率、扩展功能的重要方式之一。本文将详细介绍四种常用的 Eclipse 插件安装方法,帮助用户根据自身需求选择最合适的...

    Eclipse插件安装教程

    Eclipse插件安装教程 Eclipse是一个功能强大的开源管理工具,但需要安装相应的插件来实现其强大功能。本文将提供一个简单的Eclipse插件安装教程,涵盖了Eclipse的安装、Tomcat插件的安装、GEF插件的安装、Eclipse ...

    Eclipse插件安装方法

    ### Eclipse插件安装方法 #### 一、了解Subclipse插件 Subclipse是Eclipse的一个开源插件,用于提供与Subversion(SVN)版本控制系统集成的功能。它允许开发者直接在Eclipse环境中进行版本控制操作,如提交、更新...

    eclipse插件安装的三种方法

    ### Eclipse插件安装的三种方法 在开发过程中,Eclipse作为一个强大的集成开发环境(IDE),为开发者提供了丰富的功能和扩展性。为了满足不同项目的需求,用户往往需要安装各种插件来增强Eclipse的功能。本文将详细...

    Eclipse插件安装程序

    `PluginsSetup`是专门针对Eclipse插件安装而设计的一个程序,它简化了在Eclipse中添加和管理插件的过程。 首先,让我们详细了解一下Eclipse插件。Eclipse插件是用于增强或扩展Eclipse功能的小型软件组件。它们可以...

    eclipse插件安装详解

    本文将详细介绍Eclipse插件安装的三种常见方法,并对每种方法的优势与劣势进行分析。 #### 一、手动安装插件 **步骤:** 1. **准备所需文件:** - 首先确定所需的插件文件(通常是`.jar`或`.zip`格式)。 - 将...

    sonar-eclipse插件安装及使用

    **SonarQube Eclipse 插件安装与使用详解** SonarQube 是一款强大的静态代码分析和代码质量管理工具,它能够帮助开发人员发现并修复代码中的潜在问题,提高代码质量。而 SonarQube Eclipse 插件则将这种功能集成到...

Global site tag (gtag.js) - Google Analytics