Steve a écrit : > Is there any way that I can have Rhino compile a JS file into a JAVA > file rather than a CLASS file?
No. Rhino doesn't use java as an intermediate language: it directly outputs bytecode. You may try to decompile it to get some java code. Christophe _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
