`
ssydxa219
  • 浏览: 622538 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

eclipse intergarate plugins

 
阅读更多

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/SR2/eclipse-jee-helios-SR2-win32.zip


1、Subclipse 插件地址:
http://subclipse.tigris.org/update_1.6.x

2、maven2 M2eclipse 插件地址:
M2eclipse-core Update Site: http://m2eclipse.sonatype.org/sites/m2e
M2eclipse-extras Update Site: http://m2eclipse.sonatype.org/sites/m2e-extras
 注意 :必须两个插件都安装,不安装extras 插件时,点击“run as server”
 来运行项目时会报错:“the selected did not contain any resources that can run on server maven project”
 三、安装时出现问题:
 直接在线安装maven2 会出现依赖插件找不到的问题,无法安装。
 必须先安装gef 插件后才能安装m2eclipse-core 插件,
 然而安装m2eclipse-extras 插件又依赖subclipse 插件。
 所以,三个插件的正确的安装顺序是:gef插件 》subclipse插件 》m2eclipse插件.
 m2eclipse-core插件 ——依赖——>gef插件
 m2eclipse-extras插件 ——依赖——>subclipse插件

 安装完成后,启动eclipse,你将还会看到如下提示:

 安装m2eclipse插件后,重启Eclipse老是提示:

 Eclipse is running in a JRE, but a JDK is required

 Some Maven plugins may not work when importing projects or updating source folders.

 -vm配置项必须在 –vmargs配置项前,是因为执行到-vmargs配置项已经选择了一个默认的JVM了。

 所以在–vmargs前面加上这一句:

 -vm
 D:/Java/jdk1.6.0_10/bin/javaw.exe


3、Pax Runner  插件地址:
http://www.ops4j.org/pax/eclipse/update/

4、gwt   插件地址:
http://dl.google.com/eclipse/plugin/3.5/

5、gef 插件地址:
http://download.eclipse.org/tools/gef/updates/interim/

6、jad反编译 插件地址:
http://sourceforge.net/projects/jadclipse/
http://sourceforge.net/projects/jodeeclipse

http://www.technoetic.com/eclipse/update


7、vm模板文件 插件更新地址:
http://veloeclipse.googlecode.com/svn/trunk/update/

8、spring DM   插件更新地址:
http://springide.org/updatesite


9、Vaadin
http://vaadin.com/eclipse/

10、Checkstyle
http://eclipse-cs.sourceforge.net/update

11、STP SOA Tools Project
http://download.eclipse.org/stp/downloads/
Galileo - Eclipse 3.5.1
http://download.eclipse.org/stp/updates/galileo/
Helios - Eclipse 3.6 (unreleased)
http://download.eclipse.org/stp/updates/helios/

12、CXF plugin

http://www.jarvana.com/jarvana/search?search_type=project&project=cxf-eclipse-pluging
下载cxf-eclipse-plugin-2.1.9.jar

13、
http://tuscany.apache.org/sca-java-12-incubating.html
下载apache-tuscany-sca-1.2-incubating-updatesite.zip 
or update site: 
http://people.apache.org/~jliu/updatesites/tuscany/

 

14、Derby Database Plugin
http://db.apache.org/derby/integrate/plugin_howto.html
下载derby_core_plugin_10.6.1 和 derby_ui_doc_plugin_1.1.2


15、GEF Update-Sites

Using the Eclipse Update Manager (see Eclipse Help for detailed instructions) GEF can be installed from the following update sites:

    * Update site for releases: http://download.eclipse.org/tools/gef/updates/releases/
    * Update site for milestones: http://download.eclipse.org/tools/gef/updates/milestones/
    * Update site for integration and maintenance builds: http://download.eclipse.org/tools/gef/updates/interim/

 

16、The Eclipse IDE WebTools Platform


http://www.eclipse.org/webtools/faq/GettingSource/

 

http://10.103.18.243/cms/domestic

-vm
C:\Program Files\Java\jdk1.6.0_26\bin\javaw.exe

-vm
D:\dev\Java\jdk1.6.0_30\bin\javaw.exe


-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -console

-Declipse.ignoreApp=true
-Dosgi.noShutdown=true
-Dorg.osgi.service.http.port=8080

 

http://10.103.18.243/cms/domestic


 -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m

 

 

EditPlus v3.12.540 汉化绿色版
http://down.chinaz.com/soft/21888.htm
ID:www.chinaz.com
KEY:D7FB1-76040-71Z08-A1W25-8ET55

 

eclipse 添加插件


1 eclipse 添加插件PropertiesEditor

help -- > software updates -- > Available Software -->Add Site
url: http://propedit.sourceforge.jp/eclipse/updates/
选择PropertiesEditor进行安装
Install... 时间很长,要安一依赖的包, 以前的低版本的安装很快. 成文时是5.0版本.

  安装完之后可以选中属性名称 直接跳转到名称的属性文件中

2 eclipse 添加 打开工程系统目录插件

 org.sf.easyexplore_1.0.4.jar   放置plugins目录即可


URL:http://sourceforge.net/projects/easystruts/

安装完之后右键文件 Easy Explore


4 eclipse 添加struts2插件:

官方地址:http://mvcwebproject.sourceforge.net

一:安装
启动eclipse3.6 在help---->install new features---->New remote site----->输入http://mvcwebproject.sourceforge.net

安装教程地址:http://mvcwebproject.sourceforge.net/install.html

二:使用
使用手把手教程地址:http://mvcwebproject.sourceforge.net/tutorial.html

三 在项目中使用struts 新建other 输入Alveole 会自动生成配置文件 struts2所需的jar包

 


5 eclipse 添加TomcatPlugin插件 

 

tomcatPlugin插件下载和安装方法

下载安装Sysdeo Tomcat插件,用来管理Tomcat服务器,提供断点调试功能,
并且能自动建立Tomcat环境,修改其配置文件,是一个不错的Tomcat开发插件。

下载网址 http://www.eclipsetotale.com/tomcatPlugin.html
安装方法:

(1).解压tomcatPluginV33.zip

(2).将解压目录下文件夹com.sysdeo.eclipse.tomcat_3.3.0复制到eclipse安装目录中的plugins目录中,
即E:\eclipse\plugins

(3).启动Eclipse,启动后你将看到你的菜单上多了一个下拉项Tomcat,点击 窗口->首选项,
在左边树中点击tomcat,设置tomcat version为version 6.x,
设置tomcat根目录为E:\tomcat,在左边树中点击tomcat->JVM setting,设置JRE为j2sdk1.5.0.2。


6 eclipse 添加Lomboz插件

下载jsp开发补丁,语法高亮和自动提示支持。下载的文件是
org.objectweb.lomboz-all-in-one-R-3.3-200710290621-win32.zip

URL:http://lomboz.ow2.org/downloads.php

安装方法:

(1).解压org.objectweb.lomboz-all-in-one-R-3.3-200710290621-win32.zip

(2).将解压目录下文件夹lomboz.301\plugins复制到eclipse安装目录中的plugins目录中,即E:\eclipse\plugins


7 implementors  插件
 
右键接口方法名称Open Implementaion 追踪方法实现类
 
在线安装 url:http://eclipse-tools.sourceforge.net/updates/
 
 下载安装 url:http://sourceforge.net/projects/eclipse-tools/files/
 
dk.kamstruplinnet.implementors-0.0.16.zip


djunit
http://works.dgic.co.jp/djunit/update/3.5.x/site.xml
pmd
http://pmd.sf.net/eclipse
checkstyle
http://eclipse-cs.sf.net/update/4.4.3
hibernate
http://download.jboss.org/jbosstools/updates/stable/galileo/

Easy Explorer
http://easystruts.sourceforge.net/

 


An internal error occurred during: "Launching Felix Framework".
org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper

分享到:
评论

相关推荐

    hadoop-eclipse-plugins

    标题 "hadoop-eclipse-plugins" 指的是一个Eclipse集成开发环境中的插件,用于支持在Eclipse中编写和调试Hadoop MapReduce程序。这个插件极大地简化了Hadoop应用开发过程,允许开发者在熟悉的Eclipse环境中进行开发...

    eclipse-plugins

    "eclipse-plugins"这个资源指的是一个特定的Eclipse配置,其中包含了针对特定功能或框架的插件集合。在这个案例中,Eclipse Mars 4.5.1 版本已经预装了Spring Boot和Activiti等插件,这些都是开发人员在Java应用开发...

    com.tetrade.eclipse.plugins.easyshell_1.4.1

    功能足够的文件定位打开文件的eclipse插件

    eclipse3.6.2 plugins2

    eclipse3.6.2 plugins2

    eclipse_plugins_shang

    "eclipse_plugins_shang"这个压缩包很可能是包含了一些Eclipse插件或者相关的jar库文件,方便开发者直接导入到Eclipse的plugins目录下,以增强Eclipse的功能或支持特定的开发需求。 **Eclipse 插件机制** Eclipse ...

    axis_eclipse_plugins_13

    标题“axis_eclipse_plugins_13”涉及到的是一个与Eclipse集成开发环境(IDE)相关的扩展,特别是针对Axis的插件。Axis是一个流行的开源Web服务框架,它允许开发者创建、部署和服务于Web服务。在Eclipse中,这些插件...

    hadoop 2.2 eclipse plugins 插件

    hadoop 2.2 eclipse plugins 插件 拷贝至plugins即可 留给自己的,当做备份用

    eclipse3.6.2 plugins3

    标题"eclipse3.6.2 plugins3"暗示了我们关注的是Eclipse 3.6.2版本及其特定的插件集合。 Eclipse 3.6.2,也被称为Helios Service Release 2,是Eclipse在2011年发布的一个稳定版本。这个版本包含了对先前版本的错误...

    eclipse 3.6.2plugins1

    "plugins1" 指的可能是这个版本中包含的一组插件集合,这些插件扩展了Eclipse的基础功能,为开发者提供了更多特性和工具。 Eclipse 插件是其核心架构的重要组成部分,它们是可插入的功能模块,允许用户根据需求定制...

    Eclipse及plugins

    Eclipse是一款广泛使用的开源集成开发环境(IDE),尤其在Java开发者中非常流行。它以其强大的可扩展性而闻名,这主要归功于其插件系统。Eclipse的插件允许开发者根据自己的需求定制工作环境,增加对不同语言、框架...

    scala for eclipse neon plugins

    "Scala for Eclipse Neon Plugins"指的是专为Eclipse Neon版本设计的一系列插件,这些插件的目的是为了在Eclipse Neon中提供对Scala语言的全面支持,使得开发者可以在Eclipse环境中高效地编写、调试和测试Scala代码...

    eclipse-plugins eclipse的插件包

    标题中的“eclipse-plugins”指的是Eclipse平台的插件集合,Eclipse是一个开源的集成开发环境(IDE),它允许开发者通过安装不同的插件来扩展其功能。Eclipse插件通常包含特定的编程语言支持、版本控制工具集成、...

    Eclipse Tomcat Plugins

    Eclipse Tomcat Plugins是一款专为Eclipse集成开发环境设计的插件,主要用于简化在Eclipse中配置和管理Apache Tomcat服务器的过程。这个插件解决了在Eclipse 4.6版本中无法使用特定版本(V331)的问题,使得开发者...

    Nsight_Eclipse_Plugins_Getting_Started.pdf

    附件是英伟达TX2 GPU运行调试环境Nsight_Eclipse的操作指南。硬件刷机后,配置调试环境时若按照网上各种帖子进行断章取义操作,则会踩到各种雷区,花费不必要的时间精力。有需要的同志可直接下载此篇文档。

    eclipse_4.7.3a,eclipse/plugins里面的org.eclipse.jface.text,按“=”和空格以后不会自动补完代码

    eclipse_4.7.3a,eclipse/plugins里面的org.eclipse.jface.text,按“=”和空格以后不会自动补完代码,防止eclipse过于的智能

    Eclipse plugins

    Eclipse是一款著名的开源集成开发环境(IDE),广泛用于Java、C++、Python等多种编程语言的开发。Eclipse的强大力量在于其可扩展性,这主要归功于丰富的插件系统。下面将详细介绍标题和描述中提到的三个Eclipse插件...

    绝对能用的hadoop-eclipse-plugins-1.0.4

    重新编译使其支持 设置 user.name= 解决访问hdfs用户不匹配异常的问题

    eclipse3.6.2 plugins4

    Eclipse 是一个著名的开源集成开发环境(IDE),广泛用于Java、...总的来说,Eclipse 3.6.2与"plugins4"的组合展示了Eclipse作为一个高度可扩展的IDE平台,如何通过持续改进其插件系统来支持开发者的工作流和项目需求。

    eclipse plugins properties 文件编辑工具5.3.5

    eclipse 插件,用于properties文件编辑,支持eclipse 3.5,可离线使用 jp.gr.java_conf.ussiy.app.propedit_5.3.5,通过eclipse更新源获取。

    eclipse-plugins-6.1.2.zip

    Eclipse Plugins 6.1.2 是一个针对嵌入式开发环境的重要软件包,它专为Eclipse集成开发环境(IDE)设计,主要用于C和C++的开发工作。Eclipse CDT (C/C++ Development Tooling)是这个插件的核心部分,它提供了全面的C和...

Global site tag (gtag.js) - Google Analytics