posted 18 years ago
No, Javassist does not read existing class files. It can do that, but it's not necessary. I've used it to create classes in memory from scratch, with no reference to any existing class.
But now that you mention IDL files, it seems that you are actually trying to do something very different. In order for us to help you, we'd need to know more about what exactly that is.