If you just want to start nodeJS from your JVM runtime then just use the 
ProcessBuilder<http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ProcessBuilder.html>,
 
It'll start your NodeJS with any arguments & environment settings you wish 
and it'll gain a Child PID but without using any JVM resources during 
it's(generated NodeJS process) runtime.

Cheers!

On Friday, 7 December 2012 21:03:51 UTC+2, prashant pandey wrote:
>
> Hi All,
>
> I want to know has anyone tried to run NodeJs inside JVM? Or is there any 
> specific approach we need to employ to get this done?
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to