I setup Nodeclipse and wrote a simple hello app. When I try to run as a Node Appplication, I get the following error
Exception occurred executing command line. Cannot run program "node" (in directory "C:\path\to\app"): CreateProcess error=2, The system cannot find the file specified
If I run from the Nodejs console, the app runs.
Is there a way I can make it runnable from Nodeclipse?