Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] On the fly compile


  • From: V.Tablan@xxxxxxxxxxxxxxx (Valentin Tablan)
  • Subject: [Advanced-java] On the fly compile
  • Date: Fri, 22 Feb 2002 11:21:01 -0000

    Hello people,

I use javaCC to parse my own mini-language which results in some bits of
generated java code.
Is there a way to compile that code without writing to the disk and calling
javac as an external process?
I mean, starting from a String containing the source code can I get to a
class that's known to the system without touching the disk either for the
.java or the .class file?


    thanks,
    Valentin Tablan