Categories: JPF

Where is the org.apache.bcel package located?

While reading through the JPF core source code (and other JPF extensions as well), you may come across classes like JavaClass, ClassParser, etc. These classes are part of the Byte Code Engineering Library and are in the org.apache.bcel package. In case you are interested in easily reading the corresponding source in your favorite editor (Eclipse in my case), download the appropriate source from the BCEL download page.

Article info



Leave a Reply

Your email address will not be published. Required fields are marked *