Does anyone know how to call the java compiler from within a java program and without using Runtime.exec()? I'd preferably like to pass a stream to it with the source code and get a stream back (or a byte array). ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: calling compiler withing a program? sboding
- Re: calling compiler withing a program? SHUDO Kazuyuki
- Re: calling compiler withing a program? Dustin Lang