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 269925 - ClassNotFoundException: org.netbeans.modules.java.j2seproject.J2SEProject
Summary: ClassNotFoundException: org.netbeans.modules.java.j2seproject.J2SEProject
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-25 22:27 UTC by FestimKamberi
Modified: 2017-02-25 22:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228190


Attachments
stacktrace (3.29 KB, text/plain)
2017-02-25 22:27 UTC, FestimKamberi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FestimKamberi 2017-02-25 22:27:41 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
FestimKamberi: Hi. I cant open my project.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.java.j2seproject.J2SEProject
   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 org.netbeans.ModuleManager$SystemClassLoader.loadClass(ModuleManager.java:779)
Comment 1 FestimKamberi 2017-02-25 22:27:42 UTC
Created attachment 163711 [details]
stacktrace