Run JavaScript file in NetBeans / Eclipse?

Is there a way to run a JavaScript file directly in NetBeans or Eclipse?

I need a lot of time to start the terminal, go to this file and start it from node all the time.

+3
source share
3 answers

Another NetBeans Node.js plugin is described with the Node.js project type and integration with npm (I am the author) in NetBeans Tools for Node.js

+4
source

, Rhino "Run As", Eclipse: http://wiki.eclipse.org/JSDT/Debug http://www.eclipse.org/webtools/jsdt/debug/

Node.js, : https://github.com/ry/node/wiki/Using-Eclipse-as-Node-Applications-Debugger

Chrome/Chromium: http://code.google.com/p/chromedevtools/wiki/EclipseDebugger

V8, Google JS Chrome, Node.js. Rhino, Mozilla JS.

+3

, JavaScript IDE NetBeans Node.js : NodeJS netbeans.org

+2

Source: https://habr.com/ru/post/1767608/


All Articles