http://jakarta.apache.org/bcel/images/bcel-logo.gif

BCEL User FAQ

This FAQ is the result of some problems/struggles I had using BCEL. Since I conquered that step, I am passing knowledge to you.

Why does the classloader complain about "Invalid getter or setter"?

{{{ You are probably accessing a field with the wrong access type.

Why does the classloader complain about a field not being accessible? It's a protected member of a superclass!

{{{ You are probably trying to resolve against the class you are

Why does the classloader complain about not being able to pop a variable off the stack?

{{{ Don't forget to load the object that you are going to execute a

BCELUserFAQ (last edited 2009-09-20 23:33:16 by localhost)