Nodeclipse不能在OSX Maverick,nodeclipse 0.8.0和JDK 1.7.03_45上运行或debugging应用程序

当我尝试运行或debuggingnodejs应用程序,我得到和错误:

java.io.IOException: Cannot run program "node" (in directory "/Users/<USERNAME>/Documents/Projects/<PROJECTNAME>"): error=2, No such file or directory. 

我可以在terminal中运行应用程序。

我的系统是OSX Maverick,Eclipse标准版/ SDK版本:Kepler Service Release 1 Build ID:20130919-0819,Nodeclipse 0.8.0,jdk1.7.0_45.jdk

不知道这是一个错误还是configuration错误。 我想知道如何解决这个问题。

它应该自我解决的问题,因为很明显,无法find节点,所以需要检查当前configuration窗口 – >首选项 – > Nodeclipse

 Disable Find node on PATH, then select node exact location, eg on Windows C:\Program Files\nodejs\node.exe 

仔细检查首选项,试验一下。