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 271879

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: 231079
Attachments: stacktrace

Description tbrunhoff 2017-12-04 00:55:23 UTC
Build: NetBeans IDE Dev (Build 201709180002)
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: attempted running with oracle jdk-9.0.1 on NB dev 201709180002 (in attempt to fix high-dpi issues)




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 00:56:51 UTC
Created attachment 165530 [details]
stacktrace