nodejs configuration using (*.p2f) file in eclipse
Asked Answered
A

1

1

I am newbie to nodejs environment. I just started learning about nodejs but I got stuck with environment set up.

When I am trying to set up the environment using *.p2f file which i downloaded from eclipse market place support site for nodejs, I am getting following errors

nodejs-eclipse issue

Help me to sort out the problem

enter image description here

configuration problem using .p2f file in Node Tool Suit

Anaphase answered 18/2, 2014 at 6:34 Comment(4)
blog.christoffer.me/post/…Verdin
tutorialsavvy.com/2013/04/nodejs-programming-in-eclipse.htmlVerdin
You could try any of the URL's to get it working z0ltan.wordpress.com/2012/12/04/…Verdin
I was able to run hello world by following your first option, but that was not answer to question,Anaphase
K
0

You have got Enide .p2f file, that should be used in Eclipse as File -> Import -> Install -> Install Software Items from File. (All instructions are inside .p2f file, that you can open with text editor. It is just XML file )

Actually, Nodeclipse project download page http://www.nodeclipse.org/updates/ has a lot of options to get started with Node.js and Eclipse.

  • You can download Enide Studio wit ready to go plugin set.
  • Or Install Nodeclipse plugin into any Eclipse based IDE.

select what option would work for you.

@Dot_NET Junior please raise an issue on https://github.com/nodeclipse/nodeclipse-1/issues/ if you are still interested in created solution with Node.js and Eclipse

Karelian answered 27/2, 2014 at 2:0 Comment(1)
as per your suggestion I installed the Node Tool Suit, but I don't know whether I have to do any more modification using .p2f file or not. But I tried to do so and got error which I posted below my updated question. @paulAnaphase

© 2022 - 2024 — McMap. All rights reserved.