Re: javap issue



S.Marion wrote:

I am confident the version of the class file i'm checking was generated
from the earlier specified .java file.

Javap has a classpath-like concept to tell it where to look for stuff. Perhaps
its finding the classfile on the standard classpath before your intended code.

-- chris


.