1. implementors
site: http://eclipse-tools.sourceforge.net/implementors/download.html
Online update for eclipse: http://eclipse-tools.sourceforge.net/updates
2. svn
http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=46928914250FE13CE0248B066EB1A6F2?pageID=p4wYuA
http://subclipse.tigris.org/update_1.6.x
Spket plugin
1. 安装插件
1.1 下载zip,直接解压、安装
1.2 选择Help -> Software Updates -> Find and Install...-> Search for new features to install ->New remote site...
Name: "Spket", Url: "http://www.spket.com/update/"
2. Window -> Preferences -> Spket -> JavaScript Profiles -> New;导入一个jQuery 或其他第三方框架
3、设置新的JS Profile,选中并点击“JavaScript Profiles” 对话框右手边的“Defalut”按钮;
4、JS打开方式为 Window -> Preferences ->General-> Editors-> File...选择JS 为 Spket JavaScript Editor(default) (关键一步)
tomcat plugin
1. download tomcatPluginV321.zip for eclipse
2. unzip tomcatPluginV321.zip (including directory name of tomcatPluginV321) into plugin directory of eclipse.
3. set tomcat home path in 'Tomcat' option of eclipse 'Preference'
4. In 'Server' option of eclipse 'Preference', set up config for 'Runtime Environments' to add Tomcat server.
5. open view of 'Servers', in this view, add tomcat into it.
6. double click tomcat in view of 'Servers', enable 'Use Tomcat installation...', modify 'Deploy path:" as tomcat webapps.
7. deploy module to tomcat.
8. in the view of 'Servers', start tomcat to debug module
9. on debuging, link path of source code to the debug engine according to tip.
Eclipse 实现热部署(修改java 类后,不需要重新发布)
1. 把配置文件uuep.xml 加到apache-tomcat-6.0.26\conf\Catalina\localhost里
2. 把里面的docBase指向你的工作区里的target目录(i.e. workspace\UUEP\target\uuep)
3. 修改你的java build path,如下图:
Install Maven plugin for Eclipse
The used eclipse is eclipse-jee-helios-win32.
1. click menmu of 'help -->Install New Software...'
2. On the popup window of 'Install New Software...', click button of 'Add...'
3. On the popup window of 'Add...', enter below value into the input box of 'Location:'.
http://m2eclipse.sonatype.org/sites/m2e
4. return to the popup window of 'Install New Software...', select Maven plugin in list, click button of 'next', finish installation.
Enable Maven for Project
right-click project, click menu of 'Maven-->Enable Dependency Management'
update pom.xml
分享到:
相关推荐
获取Jemeter插件的最新方式,放到lib/ext目录下,启动Jmeter即可。... Then you'll be able to install any other plugins just by clicking chekbox. Plugins Manager is available from "Options" menu of JMeter.)
更新说明(Some features):Support for Custom Post Types Advanced Canonical URLs Fine tune Page Navigational Links Built-in API so other plugins/themes can access and extend functionality ONLY plugin ...
jPages is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items ...
jPages is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items ...
Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease ...
Github houses both CakePHP itself as well as many other plugins for CakePHP. The CakePHP releases are available at Github downloads. Alternatively you can get fresh off the press code, with all the ...
This is where Innie (and any other plugins) will live. 4) Copy Innie into the Plugins folder. 5) Now copy Lilu.kext to /Library/Extensions. You will need to authorize this. 6) Open terminal. Enter...
- Option to add right indent (useful if you use other plugins that add another icons to the hierarchy window) - Any feature can be disabled - Source Code Included. Website | Documentation | Contacts ...
Fixed a regression in 1.286 that broke findbugs and other plugins. (report) Fixed backward compatibility problem with the old audit-trail plugin and the old promoted-build plgin. (report, report) On...
1. Upload the 'wp-cumulus' folder to your plugins directory (wp-content/plugins/). 1. Activate the plugin through the 'plugins' page in WP. 1. See 'Options->WP Cumulus' to adjust things like display ...
10. **插件集成(Integration with Other Plugins)**:Vue.js生态系统中有许多第三方插件,vue-fullpage可能需要与其他工具(如Vue Router进行页面路由,Vuex进行状态管理)协同工作。 在实际开发过程中,开发者...
IntelliJ Plugins Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform.
AppConfig[:plugins] = ['local', 'other_plugins', 'container_management'] 然后将container_management存储库克隆到您的ArchivesSpace插件目录中。 例如: cd /path/to/your/archivesspace/plugins git clone
your other plugins] 对于以前的版本,请在Jekyll项目的_plugins目录中创建一个插件文件: # _plugins/plantuml-plugin.rb require "jekyll-plantuml" 强烈建议使用Bundler。 如果您正在使用它,请将此行添加到...
next-svg-inline-loader 特征: SVG作为React包括.svg文件作为React组件SVGO插件支持所有插件,例如删除ViewBox或Dimensions等。... exports = withPlugins ( [ nextSvgInlineLoader // your other plugins
// other plugins } 为了避免奇怪的问题,请首先让这个插件加载 重要:如果您使用的是Kotlin多平台。 必须在org.jetbrains.kotlin.multiplatform之前应用此插件 plugins { id ' io.github.karlatemp.publication-...
vuepress-plugin-flexsearch Vue... exports = { plugins : [ [ 'flexsearch' ] , // other plugins ]} 或修改设置以满足您的需求: // .vuepress/config.jsmodule . exports = { plugins : [ [ 'flexsearch' , { /*
eslint-plugin-disallow方法 ESLint插件,用于禁止指定方法 用法 此插件要求还安装ESLint... // other plugins would go here "disallow-methods" ], rules: { // other rules here // disallow-methods rules
Docker 容器的app.yml并确保具有以下内容: hooks : after_code : - exec : cd : $home/plugins cmd : - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git # other plugins....