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 - Installation Errors
Summary: Installation Errors
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Other
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-30 15:11 UTC by Kim Seijo
Modified: 2001-11-05 13:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java exceptions during application loading (18.40 KB, text/plain)
2001-10-30 15:14 UTC, Kim Seijo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.