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 - ClassNotFoundException: javax.activation.DataContentHandlerFactory
Summary: ClassNotFoundException: javax.activation.DataContentHandlerFactory
Status: RESOLVED DUPLICATE of bug 258945
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: JDK_9, VISUALVM
Depends on:
Blocks:
 
Reported: 2016-06-30 15:30 UTC by Jiri Sedlacek
Modified: 2016-07-04 08:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224956


Attachments
stacktrace (5.52 KB, text/plain)
2016-06-30 15:30 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***