On Monday, September 22, 2014 7:01:47 AM UTC-4, Dilip Manjunath wrote: > Can somebody tell me how to build and compile the "NodeJS Source code" on > and Java based IDE(ex. Eclipse, VXWorks). >
Is there a reason you want to use a java-based IDE? Node's build system is written using gyp and some scripts, and since there's no java in it, an entirely different toolchain. (For the record, node.js is C++ and Javascript) If you can configure your IDE to run the commands to do the build, it shouldn't be hard, but I don't think you're going to get the deep integration you might expect in an IDE-based project. What are you trying to accomplish? Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/99fd205b-3d75-4ee5-aeba-0c50a14fbe4c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
