can't start a Web server using a Node Express project in Eclipse

I have made a Node Express project in Eclipse, found app.js in the root of my project. Right-clicked at app.js and choose Run As -> Node Application. This should start a Web server and deploy the app to it - but it does not. It just state .

I'am using the following: Node.js v0.10.32 Eclipse IDE for Java Developers, Version: Luna Service Release 1 (4.4.1) Windows 7 64-bit Java SE Development Kit 7

Hope you can help!!!