This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271880

Summary: ClassNotFoundException: javax.activation.DataContentHandlerFactory
Product: platform Reporter: tbrunhoff <tbrunhoff>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231080
Attachments: stacktrace

Description tbrunhoff 2017-12-04 01:22:02 UTC
Build: NetBeans IDE Dev (Build 201712030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Linux

User Comments:
tbrunhoff: running netbeans dev 201712030002 under jdk-1.9.0 (although it did say is was using bundled jvm).




Stacktrace: 
java.lang.ClassNotFoundException: javax.activation.DataContentHandlerFactory
   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.openide.awt.QuickSearch.setUpSearch(QuickSearch.java:369)
Comment 1 tbrunhoff 2017-12-04 01:22:53 UTC
Created attachment 165531 [details]
stacktrace