Steve a écrit : > On Dec 13, 12:53 pm, Christophe Grand <[EMAIL PROTECTED]> wrote: >> 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 > > Ah ok. Thanks.
Why did you want to translate js to java? If you explain what you want to do, maybe we can suggest another way. Christophe _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
