java.lang.NoClassDefFoundError: in anonymous inner class
问题 Im' running this code on a Linux Red Hat with the sun/oracle JVM 1.6_23, inside a VMWare server. After some times the JVM seem to be unable to access my anonymous inner classes. My classpath is fine, since it works for a period. All i got is errors like this one : java.lang.NoClassDefFoundError : com/mycompany/impl/MyClassImpl$1 at com.mycompany.impl.MyClassImpl.markAsDeletable ( MyClassImpl.java :45). line 45 is the first line below, it can't find my new Predicate DomaineVO domaineVO =