如何安装Eclipse WTP插件

2024-02-12 16:18
文章标签 安装 eclipse 插件 wtp

本文主要是介绍如何安装Eclipse WTP插件,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1.打开如下网页:http://www.eclipse.org/webtools/ ,找到需要安装的WTP版本

2.点开相应的版本链接,点击“Download”

3.打开具体版本的网页链接

4.注意如下几项:

  Required Prerequisites and Handy Extras   安装WTP的先决条件及便利的扩展

    Eclipse Platform (Platform, JDT)

    EMF v2.4 Runtime Minimum executable code.

    EMF XSD v2.4 Runtime Minimum executable code.

    Graphical Editing Framework (GEF)

    Data Tools Platform (DTP) (required only for EJB or JPT development)

    -----------------------------------------------------------------------------------------------------

   EMF v2.4 Source and Docs Additional download with Source and Documentation.

   EMF XSD v2.4 Source and Docs Additional download with Source and Documentation.

   Eclipse Test Framework (required only for Automated JUnit tests)

   Eclipse releng tool (required only for committers to more easily "release" code to a build)

   Third Party code from Orbit. Not required and is currently much more than needed for WTP, but    some committers like using to create a PDE target.

   Web Tools Platform Complete                      Web 工具平台

Web App Developers:

This non-SDK package is for most users. It includes the runnable code and end-user documentation for those using the tools to develop web applications.

 

Tool Developers:

The SDK package includes source code and developer documentation for those using WTP as a platform to build more tools, as well as everything that is in the non-SDK version.

 

                                The Automated Test zip contains the unit tests.

      

   Web Standard Tools                                     Web标准工具

 

Web App Developers:

This non-SDK package is for most users. It includes the runnable code and end-user documentation for those using the tools to develop web applications. In particular, non-Java oriented Web Apps (such as HTML, XML, CSS, etc).

 

Tool Developers:

The SDK package includes source code and developer documentation for those using WST as a platform to build more tools, as well as everything that is in the non-SDK version.

 

The Automated Test zip contains the unit tests.

 

以上三项包括了安装WTP所需要的全部软件及插件。

安装步骤及建议

1.安装java开发环境,jdk1.5以上。

2.安装Eclipse开发环境

3.安装Required Prerequisites and Handy Extras下的插件,解压压缩包中的plugins、features目录下的文件到Eclipse安装目录下的plugins、features目录下即可。

注意Eclipse的不同版本要求相应版本的插件,否则插件不能正常使用。

4.安装Web Tools Platform Complete 、Web Standard Tools下的插件。

5.官方网站提供了在Eclipse开发平台下,在线安装WTP的方法

    If you are just getting started with Eclipse or Eclipse Web Tools, you may want to first install from the Ganymede update site, as it would have everything you need to get started.

This Web Tools Platform update site does assume you have all the pre-reqs installed.(在安装WTP之前必须安装Required Prerequisites and Handy Extras 中的Required Prerequisites部分。

Beyond the basic Web Tools Platform, this site offers the SDK version of Web Tools and also the XSL Incubating Component.

To use this update site in your existing installation of Eclipse, add the following URL as a remote update site in your update manager, if it does not already have it.

     http://download.eclipse.org/webtools/updates/

这篇关于如何安装Eclipse WTP插件的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/702998

相关文章

Python使用国内镜像加速pip安装的方法讲解

《Python使用国内镜像加速pip安装的方法讲解》在Python开发中,pip是一个非常重要的工具,用于安装和管理Python的第三方库,然而,在国内使用pip安装依赖时,往往会因为网络问题而导致速... 目录一、pip 工具简介1. 什么是 pip?2. 什么是 -i 参数?二、国内镜像源的选择三、如何

Python安装时常见报错以及解决方案

《Python安装时常见报错以及解决方案》:本文主要介绍在安装Python、配置环境变量、使用pip以及运行Python脚本时常见的错误及其解决方案,文中介绍的非常详细,需要的朋友可以参考下... 目录一、安装 python 时常见报错及解决方案(一)安装包下载失败(二)权限不足二、配置环境变量时常见报错及

MySQL8.2.0安装教程分享

《MySQL8.2.0安装教程分享》这篇文章详细介绍了如何在Windows系统上安装MySQL数据库软件,包括下载、安装、配置和设置环境变量的步骤... 目录mysql的安装图文1.python访问网址2javascript.点击3.进入Downloads向下滑动4.选择Community Server5.

CentOS系统Maven安装教程分享

《CentOS系统Maven安装教程分享》本文介绍了如何在CentOS系统中安装Maven,并提供了一个简单的实际应用案例,安装Maven需要先安装Java和设置环境变量,Maven可以自动管理项目的... 目录准备工作下载并安装Maven常见问题及解决方法实际应用案例总结Maven是一个流行的项目管理工具

MySql9.1.0安装详细教程(最新推荐)

《MySql9.1.0安装详细教程(最新推荐)》MySQL是一个流行的关系型数据库管理系统,支持多线程和多种数据库连接途径,能够处理上千万条记录的大型数据库,本文介绍MySql9.1.0安装详细教程,... 目录mysql介绍:一、下载 Mysql 安装文件二、Mysql 安装教程三、环境配置1.右击此电脑

在 Windows 上安装 DeepSeek 的完整指南(最新推荐)

《在Windows上安装DeepSeek的完整指南(最新推荐)》在Windows上安装DeepSeek的完整指南,包括下载和安装Ollama、下载DeepSeekRXNUMX模型、运行Deep... 目录在www.chinasem.cn Windows 上安装 DeepSeek 的完整指南步骤 1:下载并安装

python管理工具之conda安装部署及使用详解

《python管理工具之conda安装部署及使用详解》这篇文章详细介绍了如何安装和使用conda来管理Python环境,它涵盖了从安装部署、镜像源配置到具体的conda使用方法,包括创建、激活、安装包... 目录pytpshheraerUhon管理工具:conda部署+使用一、安装部署1、 下载2、 安装3

龙蜥操作系统Anolis OS-23.x安装配置图解教程(保姆级)

《龙蜥操作系统AnolisOS-23.x安装配置图解教程(保姆级)》:本文主要介绍了安装和配置AnolisOS23.2系统,包括分区、软件选择、设置root密码、网络配置、主机名设置和禁用SELinux的步骤,详细内容请阅读本文,希望能对你有所帮助... ‌AnolisOS‌是由阿里云推出的开源操作系统,旨

Ubuntu系统怎么安装Warp? 新一代AI 终端神器安装使用方法

《Ubuntu系统怎么安装Warp?新一代AI终端神器安装使用方法》Warp是一款使用Rust开发的现代化AI终端工具,该怎么再Ubuntu系统中安装使用呢?下面我们就来看看详细教程... Warp Terminal 是一款使用 Rust 开发的现代化「AI 终端」工具。最初它只支持 MACOS,但在 20

mysql-8.0.30压缩包版安装和配置MySQL环境过程

《mysql-8.0.30压缩包版安装和配置MySQL环境过程》该文章介绍了如何在Windows系统中下载、安装和配置MySQL数据库,包括下载地址、解压文件、创建和配置my.ini文件、设置环境变量... 目录压缩包安装配置下载配置环境变量下载和初始化总结压缩包安装配置下载下载地址:https://d