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 44350 - Sometimes prevented from running a j2seproject
Summary: Sometimes prevented from running a j2seproject
Status: RESOLVED DUPLICATE of bug 43773
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: REGRESSION
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-06-04 14:57 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Jesse Glick 2004-06-04 14:57:09 UTC
040603 etc. Sometimes - not always - when I try to
run a j2seproject, it tells me that there is no
main class set. Of course the correct class name
is set in Running Project, and the corresponding
class exists in Sources, is compiled, has a main
method with the correct signature, etc.

If I choose Browse for the Main Class field,
nothing is listed.

Opening the main class in the editor, expanding
its nodes, etc. - nothing helps.

Regression started occurring after refactoring
merge. Presumably org.openide.src is not working
on this. I don't know why.
Comment 1 Martin Matula 2004-06-04 15:19:34 UTC

*** This issue has been marked as a duplicate of 43773 ***