Re: Uh oh...

1999-02-24 Thread sboding
I actually had this happen myself yesterday. I was also running 100% pure java code. My problem was the result of having some of my class files out of sync. Since I'm using a makefile, it wasn't necessarily recompiling all the dependant classes and somehow something got out of sync with the byteco

calling compiler withing a program?

1999-02-24 Thread sboding
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 UNSUBSCRI