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 254971 - ClassNotFoundException: org.netbeans.spi.project.ui.ProjectOpenedHook
Summary: ClassNotFoundException: org.netbeans.spi.project.ui.ProjectOpenedHook
Status: RESOLVED DUPLICATE of bug 254970
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-03 14:06 UTC by ytn01
Modified: 2015-09-08 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219660


Attachments
stacktrace (10.39 KB, text/plain)
2015-09-03 14:06 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2015-09-03 14:06:48 UTC
Build: NetBeans IDE Dev (Build 201509030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
ytn01: Launched IDE,
clicked on "Open project" toolbar icon,
navigated to my "NetBeans Projects" directory, as soon as I opened that directory, Exception was generated.

NetBeans projects directory included some Web, Java, Maven and easyUML projects.




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 ytn01 2015-09-03 14:06:49 UTC
Created attachment 155862 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-08 13:01:50 UTC

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