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 262528

Summary: ClassNotFoundException: javax.activation.DataContentHandlerFactory
Product: platform Reporter: Ralph Ruijs <ralphbenjamin>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224754
Attachments: stacktrace

Description Ralph Ruijs 2016-06-22 09:36:45 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201606210750)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+123, Java(TM) SE Runtime Environment, 9-ea+123
OS: Linux

User Comments:
ralphbenjamin: Downloaded build from the JDK9 branch, but still not working




Stacktrace: 
java.lang.ClassNotFoundException: javax.activation.DataContentHandlerFactory
   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:366)
   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
   at org.openide.awt.QuickSearch.setUpSearch(QuickSearch.java:369)
Comment 1 Ralph Ruijs 2016-06-22 09:36:47 UTC
Created attachment 160126 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-06-27 08:46:21 UTC

*** This bug has been marked as a duplicate of bug 258945 ***