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 150489 - [65cat] ClassNotFoundException: org.netbeans.modules.python.editor.wizards.pypackage.PythonPackageWizardIterator
Summary: [65cat] ClassNotFoundException: org.netbeans.modules.python.editor.wizards.py...
Status: RESOLVED WORKSFORME
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 08:07 UTC by rajivderas
Modified: 2015-05-18 04:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 129392


Attachments
stacktrace (4.81 KB, text/plain)
2008-10-17 08:07 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-17 08:07:37 UTC
Build: NetBeans IDE 6.5 RC1 (Build 20081016235259)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.python.editor.wizards.pypackage.PythonPackageWizardIterator
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 rajivderas 2008-10-17 08:07:43 UTC
Created attachment 72083 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 04:15:53 UTC
Unable to duplicate.