On Jun 19, 1:30 am, "Peter Michaux" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any more official documentation beyond the following about > compiling JavaScript to either Java or JVM byte code? > > http://developer.mozilla.org/en/docs/Rhino_JavaScript_Compiler > > I'm interested in reading about how larger projects written in > JavaScript can be compiled in pieces to classes combined as necessary > for different applications. > > Thanks, > Peter
Rhino only compiles to JVM byte code, not to Java source. Unfortunately there's not much more written down than the link you reference. If you say more about what you're trying to accomplish perhaps this group can give you some pointers. --N _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
