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 267927 - ClassNotFoundException: javax.activation.DataContentHandlerFactory
Summary: ClassNotFoundException: javax.activation.DataContentHandlerFactory
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 17:13 UTC by javydreamercsw
Modified: 2016-09-07 17:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226120


Attachments
stacktrace (5.29 KB, text/plain)
2016-09-07 17:13 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2016-09-07 17:13:00 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201609060404)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+134, Java(TM) SE Runtime Environment, 9-ea+134
OS: Windows 7

User Comments:
javydreamercsw: Opening Java Platforms.




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 javydreamercsw 2016-09-07 17:13:02 UTC
Created attachment 161948 [details]
stacktrace