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 255760 - ClassNotFoundException: org.netbeans.spi.project.ui.ProjectOpenedHook
Summary: ClassNotFoundException: org.netbeans.spi.project.ui.ProjectOpenedHook
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 09:28 UTC by aquaglia
Modified: 2015-10-07 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220403


Attachments
stacktrace (3.20 KB, text/plain)
2015-10-07 09:28 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2015-10-07 09:28:15 UTC
Build: NetBeans IDE 8.1 RC (Build 201510012201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
aquaglia: Opening 8.1 RC for the first time and importing plugins from previous version




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.spi.project.ui.ProjectOpenedHook
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 aquaglia 2015-10-07 09:28:16 UTC
Created attachment 156577 [details]
stacktrace