Hi,

While porting NBANDROID-V2 to ANB (Java 11) I came across a problem with /StandardModule.OneModuleClassLoader/. It does not override the method: |protected Class<?> findClass(String name)| and something has changed in the implementation of |Class.getPackage().getAnnotation(Class annotationClass )| and now it call the method |findClass(String name)| from ClassLoader and there is:

    protected  Class<?>  findClass(String  name) throwsClassNotFoundException  {
        throw  new  ClassNotFoundException(name);
    }


With Java 8, it works without problems..

Arsi

https://github.com/NBANDROIDTEAM/NBANDROID-V2

Reply via email to