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 15801 - Bad name of main class displayed in Output window
Summary: Bad name of main class displayed in Output window
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-21 15:35 UTC by Karel Serin
Modified: 2001-10-04 11:30 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 Karel Serin 2001-09-21 15:35:23 UTC
Netbeans build 200109210100
=======================

Steps to reproduce:
-------------------
1. Debug some app with JDK1.1 debugger implemetation
2. Sensless name of main class appears in Output window called:
   "sun.tools.agent.EmtyApp"
Comment 1 Karel Serin 2001-09-21 15:40:36 UTC
It's not
	EmtyApp 
but
	EmptyApp
Comment 2 Jan Stola 2001-10-04 10:53:02 UTC
The executed process used for debugging is printed to the output
window. When you debug with tools debugger you cannot execute
the debugger class directly, you have to start some agent
(sun.tools.agent.EmptyApp). So, the described behaviour is not a bug.
Comment 3 Jan Stola 2001-10-04 11:30:01 UTC
Invalid -> Closed.