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 17132

Summary: Installation Errors
Product: debugger Reporter: Kim Seijo <kseijo>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: java exceptions during application loading

Description Kim Seijo 2001-10-30 15:11:36 UTC
I received errors when installing the .exe today. One requested that I attach 
the ide.log and the others include:
org/netbeans/modules/debugger/jpda/JPDADebuggerModule
and
com/sun/jdi/VMDisconnectedException
Comment 1 Kim Seijo 2001-10-30 15:14:37 UTC
Created attachment 3198 [details]
java exceptions during application loading
Comment 2 Peter Zavadsky 2001-10-30 15:22:44 UTC
Reassigned to debuggerjpda.
Comment 3 Daniel Prusa 2001-11-01 10:32:20 UTC
The attached exception was thrown during JPDA debugger module 
instalation - IDE was runned on JDK 1.2.2 that does not support JPDA 
debugging defaultly, i.e. needed libraries were missing.

The issue is already fixed in main trunk since 2001/7/20 - package 
dependency on com.sun.tools[VirtualMachine] is specified in NB 
manifest file. If the dependecy requirement is not met a warning with 
instruction, where to download additional JPDA support for JDK1.2.2, 
is displayed.

JPDA extensions are available at http://java.sun.com/products/jpda/
Comment 4 Jan Stola 2001-11-05 13:14:33 UTC
Closed.