I don't know anything about DLKT and very little about narwhal, but I think you want to take a look at the Rhino engine bootstrap file[1]. This is what you would run inside your runtime to get narwhal up and running. I used a modified version of this file in Myna[2] to enable CommonJS support on a per page basis.
[1]:http://github.com/tlrobinson/narwhal/blob/ 536c7e8d1224bfbe963b50955e2ec7c938bd1f56/engines/rhino/bootstrap.js [2]:http://www.mynajs.org On Dec 1, 12:08 am, Nathan <[email protected]> wrote: > On Dec 1, 1:02 am, Nathan <[email protected]> wrote: > > > I would like to use the DLKT JavaScript addon as my IDE for developing > > narwhal apps. I am having trouble getting the environment setup. > > Narwhal can use rhino as an engine, but I need to setup my "run > > configuration" to execute my application using narwhals bootstrap > > process. The normal way of running narwhal is by invoking a shell > > script in the narwhal/bin directory. > > > I'd appreciate being pointed in the right direction for how to get > > started on setting up my environment to use Eclipse JavaScript DLKT. > > > Thanks. > > To add a little more detail, here is a link to how narwhal starts up > on > rhino:http://github.com/tlrobinson/narwhal/blob/master/engines/rhino/bin/na... _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
