Menu

#6 Non-instantiating Class renaming causing exceptions.

open
nobody
None
5
2003-08-22
2003-08-22
No

Hi.

I have two classes across two different projects that
(after being jarged) fail to be found, resulting in a
"NoClassDefFound" exception being thrown using the
original name of each class.

What both classes have in common are that both are
never instantiated (I use class methods and static
class attributes to deliver static data from behind a
Class interface). I'm suspecting that the classes are
either being renamed or deleted when they shouldn't be.
(Is the deletion decision being based only on classes
not being instantiated?)

I have a workaround at the moment where I just specify
the classes in an excpc file.

Discussion


Log in to post a comment.