在eclipse中安装node.js环境

首先要安装node.js的环境,就像安装java中的jdk,jre环境

            http://www.cnblogs.com/haogj/p/3969536.html



在eclipse中安装node.js环境步骤如下:

搭建步骤:
1. Eclipse插件:
          NodeJS的插件:http://www.nodeclipse.org/updates/
          VJET编辑提示插件:http://download.eclipse.org/vjet/updates-0.10
          Google开发插件:http://chromedevtools.googlecode.com/svn/update/dev/
          采用Eclipse插件的通用安装方式即可(Eclipse》Help》install new software)


2.在Eclipse中建立node.js工程

          a.建立node.js工程如图在eclipse中安装node.js环境_第1张图片

               b.运行node.js工程(选中你要运行的js文件,鼠标反键):

在eclipse中安装node.js环境_第2张图片

    *会看到控制台上有 例如:Server running at http://127.0.0.1:8888/  表示启动成功


你可能感兴趣的:(node.js)