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
- Follow-Ups:
- [Advanced-java] On the fly compile
- From: Lisa Retief
- [Advanced-java] On the fly compile
- Prev by Date: [Advanced-java] Java Applet Client
- Next by Date: [Advanced-java] On the fly compile
- Previous by thread: [Advanced-java] graph manipulation/display packages in java
- Next by thread: [Advanced-java] On the fly compile
- Index(es):