On Apr 7, 6:50 pm, Charles Oliver Nutter <[EMAIL PROTECTED]>
wrote:
> Matt Fowles wrote:
> > All~
>
> FWIW, even if you did find a way to make the Eclipse compiler be used in
> used in this way, I don't believe it's recommended as a production
> compiler (but I could be wrong on this, I haven't used it in a long time).
The Janino compiler is also worth a look for compiling Java on the
fly.
It's used as the compiler for Jacl's TJC (Tcl to Java) compiler, and I
use
it in a Jacl package that inlines Java code. Just pass it a string of
a
class, and get back bytecodes, no messy files needed.
Janino is mostly Java 1.4 compatible.
http://www.janino.net/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---