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 262636

Summary: ClassNotFoundException: javax.activation.DataContentHandlerFactory
Product: platform Reporter: Jiri Sedlacek <jis>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: JDK_9, VISUALVM
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224956
Attachments: stacktrace

Description Jiri Sedlacek 2016-06-30 15:30:49 UTC
Build: NetBeans IDE Dev (Build 20160629-36ff0ff4b2ea)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+124, Java(TM) SE Runtime Environment, 9-ea+124
OS: Windows 7

User Comments:
jis: Started NB devbuild using JDK9u124, invoked Tools | Options. The dialog didn't open, an exception has been thrown instead.




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 Jiri Sedlacek 2016-06-30 15:30:51 UTC
Created attachment 160206 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-07-04 08:33:56 UTC

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