Nodeclipse SDK (Standard Development Kit)

see http://www.nodeclipse.org/sdk/README

This is basically standard Eclipse with Node.js additional plugins and plugins for Nodeclipse development.

Take a look for required configuration

or download workspaces zip file with those setting already configured.

Check for updates and news on Marketplace entry.

Try support options.

Instructions

  1. If you don’t have, get latest Node.js http://www.nodejs.org/download/

  2. If you don’t have, download & install latest JDK

http://www.oracle.com/technetwork/java/javase/downloads/index.html For example “Java Platform (JDK) 7u25”

  1. Download Nodeclipse SDK for your operating system (currently only Windows x64).

  2. Extract nodeclipse-SDK-kepler-win64-xxxx-xxxxxxxx.zip into folder where you keep our tools, e.g. D:\Progs\

  3. It is recommended (and required by some projects) to use Maven/Tycho build. Download Apache Maven. Make sure you have updated plugins to latest version if using Maven 3.1. (We have not yet migrated.)

  4. Open eclipse.exe from eclipse folder, e.g. D:\Progs\nodeclipse-SDK-kepler-win64\eclipse\eclipse.exe

  5. If you have error messages like

    ….\jre.…

    That means you don’t have JDK installed (JRE is not enough).

    Reinstall JDK (see 1.) or use hint how to configure Eclipse

     -vm  
     C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe	
    
  6. You default Workspace (folder where you keep you projects) is ..\ws, e.g. D:\Progs\nodeclipse-SDK-kepler-win64\ws

To change it to more suitable place, e.g. D:\Workspaces\nodeclipse-SDK-kepler-win64-xxxx, copy provided workspace ws as template, or follow configuration instructions.

Ideas? Questions?

Try support options to connect with us.

comments powered by Disqus