Zach Buckner wrote:

> Just wanted to say thanks, first of all, for making such a clean, useful
> website.  You have much more content than most sites, and it's actually
> easy to navigate.
>
> I've downloaded the JDK source from Sun, and have spent a little time
> tangling with the javac package.  I need a java compiler that A) lets me
> compile to / from bytearrays, not just files and B) lets me modify the
> parse tree once it has been loaded.  javac seemed like a good candidate,
> but it's not really suited for either of these, as far as I can tell
> (the parse tree is an unintelligable heap, and the compiler classes are
> fairly well hard coded for files).

You might find the Kopi Java compiler more to your liking. It's open
source, and more friendly to the sort of hacking you want to do:

    http://www.dms.at/kopi/index.html

Nathan Meyers
[EMAIL PROTECTED]


>
>
> I know you guys don't specialize in questions like this, but do to the
> fact that you seem to have an extreme level of competence (and, I swear
> I'm not trying to flatter) combined with the lack of internal /
> technical support for questions like this at Sun... I figured you might
> be able to help me.  If not, do you have any advice for other discussion
> groups, etc?
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to