NetBeans and JDK9
    Sergey Bylokhov 
    Sergey.Bylokhov at oracle.com
       
    Fri Oct 30 13:08:48 UTC 2015
    
    
  
On 30.10.15 14:36, Andrew Haley wrote:
> NetBeans is recently somewhat broken on JDK9; by what I don't know.
>
> The package containing the class javax.swing.JComponentBeanInfo was not loaded.
     It seems that some netbeans plugins tries to check the availability 
of precompiled beaninfo files from dt.jar on startup. But dt.jar was 
removed some time ago, and all its classes temporary were moved to the 
java.desktop module. Recently all of them were removed as part of the 
JEP 256: BeanInfo Annotations [1] and now these beaninfo are generated 
on the fly.
[1] https://bugs.openjdk.java.net/browse/JDK-8044826
-- 
Best regards, Sergey.
    
    
More information about the jdk9-dev
mailing list