Dne neděle 14. dubna 2019 16:16:20 CEST, arsi napsal(a):
> 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

FYI: Similar problem has been reported as
https://github.com/codehaus-plexus/plexus-classworlds/pull/5
-jt




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to