No Class Error!?
←Older revision | Revision as of 08:42, 11 November 2011 | ||
Line 13: | Line 13: | ||
''Is there a problem in an initializer?'' is a second question to ask. Sometimes, when a class throws an exception from one of its static initializers, it becomes unavailable to the [[JVM]]. Later, if any other class references the broken one, a {{JDK|java/lang|NoClassDefFoundError}} is generated at very unexpected places. However this was not the problem either. There was no other exception in the log files! | ''Is there a problem in an initializer?'' is a second question to ask. Sometimes, when a class throws an exception from one of its static initializers, it becomes unavailable to the [[JVM]]. Later, if any other class references the broken one, a {{JDK|java/lang|NoClassDefFoundError}} is generated at very unexpected places. However this was not the problem either. There was no other exception in the log files! | ||
- | A complete | + | A complete mystery. |
=== Friends are [[API]]! === | === Friends are [[API]]! === |