zoukankan      html  css  js  c++  java
  • eclipse中html编辑环境的搭建

    转自http://blog.csdn.net/xuanyuansen/article/details/9318661

    最近开始对JAVA网络编程感兴趣,所以索性用起了鼎鼎有名的eclipse,正如广大编程人员所说,eclipse好比一个强有力的插线板,可以在其中插入各种“电器”,也就是搭建各种编程环境,笔者近几篇文章将会给出各种常见环境的搭建,今天正好研究JAVA的servlet的编程,所以先从html环境搭建说起,参考了各种资料后,确定选用HTMLEDITOR,

    下载地址http://sourceforge.jp/projects/amateras/releases/,

    选择其中的HTMLEDITOR,最新版本2.2.0

    http://sourceforge.jp/projects/amateras/downloads/57710/tk.eclipse.plugin.htmleditor_2.2.0.jar/

    不过在HTMLEDITOR安装之前需要安装GEF(Graphical Editing Framework)这个依赖项,下载地址http://www.eclipse.org/gef/,推荐选用Installation via Eclipse Update Manager的安装方式。

    在Eclipse中HELP,INSTALL NEW SOFTWARE,ADDhttp://download.eclipse.org/tools/gef/updates/releases/

    按照提示选择下一步直至安装结束。

    然后将之前下载的tk.eclipse.plugin.htmleditor_2.2.0.jar复制到Eclipse的plugins文件夹下面,重启Eclipse即可。

  • 相关阅读:
    Detect Capital
    Maximum Depth of Binary Tree
    Max Consecutive Ones
    Single Number
    Nim Game
    Longest Uncommon Subsequence I
    Average of Levels in Binary Tree
    Next Greater Element I
    Island Perimeter
    Fizz Buzz
  • 原文地址:https://www.cnblogs.com/yang--yang/p/4188318.html
Copyright © 2011-2022 走看看