Eclipse 3.5 安裝 Spring Tool Suite(STS)2.3.1
STS现在已经免费了,为了尝试grails就准备试一试,按照官方网站的步骤stepbystep就是不成功。
后来发现安装之前必须安装adjt和mylyn jira
步骤如下
1. The installation will only succeed if the following pre-requisites are fulfilled:
a. Eclipse 3.5
b. Eclipse WTP 3.1 or greater
2. Disable all update sites in the Eclipse Update Manager:
a. Open Preferences -> Install/Update -> Available Update Sites in Eclipse
b. Select all enabled update sites and disable all sites by clicking the “Disable”button on the right (once a disabled update site is selected the “Enable” button will change to “Disable”).
c. Click “OK” to close the preferences and save your changes.
3. Configure STS-related update sites:
a. Download the bookmarks file available from http://dist.springsource.com/release/TOOLS/update/dependencies/e3.5/bookmarks.xml and save it to your harddrive.
b. Open Preferences -> Install/Update -> Available Update Sites in Eclipse
c. Click the “Import…” button and select the downloaded bookmarks.xml. Click “Open” to finish the import.
4. From the file menu, go to Help->Install New Software…
.
5. Set Work with
to AJDT - http://download.eclipse.org/tools/ajdt/35/dev/update
. At the time of writing this there were no new updates so skip it and
move to the next step.
6. Set Work with
to Mylyn Extras - http://download.eclipse.org/tools/mylyn/update/extras
.
Expand Mylyn Integration
and check Mylyn Connector: JIRA
, Next
will become active to click it.
7. Set Work with
to “SpringSource Update Site for Eclipse 3.5”
分享到:
相关推荐
A plugin for the Eclipse IDE to add content assist features for the Thymeleaf standard dialect processors and expression utility objects, using the Eclipse Web Tools Platform HTML source editor. ...
SpringSource Tool Suite(简称STS)是基于Eclipse平台的集成开发环境,专为Spring框架提供了丰富的开发支持。版本3.9.11.RELEASE-e4.14.0是该工具的最新更新,它集成了Eclipse 4.14.0版本,旨在提升开发者在Spring...
Eclipse还支持多种语言和框架,如C/C++、Python、PHP等,且拥有丰富的插件生态系统,例如用于Web开发的Spring Tools Suite,用于Android开发的ADT插件等。这些插件可以极大地扩展Eclipse的功能,满足不同开发需求。 ...
- **Editing and Formatting**: Techniques for editing and formatting source code efficiently using Eclipse's built-in tools. - **Code Navigation**: Features that help navigate through large codebases, ...
use Maven or other transitive dependency management tools? See [building a distribution with dependencies][]. ## Documentation See the current [Javadoc][] and [reference docs][]. ## Getting Support ...
例如,为了支持Spring框架,可以安装Spring Tools Suite(STS);对于Web开发,可以安装Tomcat或Jetty插件;Git版本控制,可以安装EGit等。 8. **快捷键与工作流**:Eclipse有许多实用的快捷键,如Ctrl+Shift+T打开...
- Eclipse IDE for Java EE Developers: 安装适合开发 Java Web 应用的 IDE。 - Tomcat: 下载适用于操作系统的 Tomcat 版本,例如 apache-tomcat-7.x.x-windows-x86.zip。 2. **创建 Web 工程** - 在 Eclipse 中...
7. **插件管理**:Spring STS插件列表可能包含多个子组件,如Spring Facet、Spring Beans透视图、Spring Explorer视图、Spring Source Tools等,这些都旨在优化Spring开发体验,提供更好的项目管理和调试能力。...
- 通过Eclipse的帮助菜单进行MyEclipse的安装。 - 输入注册码完成安装。 **4. Resin Server** - **软件名称**:resin-pro-3.0.15.zip - **安装步骤**: - 解压文件至工作根目录。 - 在Eclipse中配置Resin ...
2. `org.eclipse.jdt.ui_3.5.2.r352_v20100106-0800.jar` - 这是Eclipse Java Development Tools (JDT) 的用户界面组件,是Eclipse IDE的核心部分,用于编写、调试和运行Java代码。 3. `org.eclipse.wst.jsdt.ui_...
- 更新站点安装:添加更新站点到Eclipse,通过更新管理器安装插件。 通过学习和掌握这些快捷键及插件,你可以更加高效地使用Eclipse进行开发,提高生产力。记住,熟练使用工具是程序员的基本素养之一。
- 描述:Spring官方提供的Eclipse插件,支持Spring Bean定义文件的提示、验证以及可视化展示Bean之间的依赖关系。 - 安装地址:[http://dist.springsource.com/release/TOOLS/update/e3.6/]...
Eclipse的强大在于其高度的可扩展性和自定义性,用户可以通过安装各种插件来增强其功能,如Mylyn用于任务管理,Maven插件用于构建管理,Spring Tools Suite用于Spring框架的开发等。此外,Eclipse还提供了强大的调试...
* Spring IDE:是 Spring 官方网站推荐的 Eclipse 插件,提供了开发 Spring 时对 Bean 定义文件的提示、验证并以可视化的方式查看各个 Bean 之间的依赖关系。 * Subclipse:是基于 Eclipse 的 SVN 插件,支持所有...
9. `org.eclipse.equinox.p2.ui_1.0.101.R35x_v20090819.jar`: 这是Eclipse平台的更新管理器UI组件,用于安装、更新和管理插件。在SpringSource工具中,它可能用于保持开发环境的最新状态和添加额外的Spring相关插件...
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:autofactory' did not find a matching property. 九月 18, 2013 11:39:02 上午 org...
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java/10-tools"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java/20-global"/> <wb-resource deploy-path="/...
1. **安装数据库驱动**:首先需要下载对应数据库的JDBC驱动,放入Eclipse的"lib"目录或项目的类路径下。 2. **数据源配置**:"Window" -> "Preferences" -> "Data Management" -> "Database Connections",添加新的...