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 6886 - NoClassDefFoundError thrown during start of IDE on JDK1.2.2
Summary: NoClassDefFoundError thrown during start of IDE on JDK1.2.2
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 critical (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-23 13:56 UTC by Jan Stola
Modified: 2003-06-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2000-06-23 13:56:05 UTC
It seems that missing JPDA debugger in JDK1.2.2 is badly treated.
Thrown exception:

java.lang.NoClassDefFoundError: com/sun/jdi/request/DuplicateRequestException
        at org.netbeans.modules.debugger.jpda.JPDADebuggerModule.restored
(JPDADebuggerModule.java:73)
        at org.netbeans.core.ModuleItem.restoreCode(ModuleItem.java:430)
        at org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java,
Compiled Code)
        at org.netbeans.core.NonGui.run(NonGui.java:368)
        at org.netbeans.core.Main.run(Main.java:191)
        at org.openide.TopManager.initializeTopManager(TopManager.java:115)
        at org.openide.TopManager.getDefault(TopManager.java, Compiled Code)
        at org.netbeans.core.Main.main(Main.java:275)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:479)
Comment 1 Jan Stola 2000-07-27 17:37:59 UTC
Bug assigned to the module owner.
Comment 2 Quality Engineering 2003-06-30 17:36:25 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.