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 57274 - Show main classes form libraries in the project cutomizer's run panel
Summary: Show main classes form libraries in the project cutomizer's run panel
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 16:11 UTC by crued
Modified: 2011-08-31 14:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crued 2005-03-31 16:11:48 UTC
Recently, I had to build an add-in component for an existing system.  My sources
do not include a "Main" class.  Instead, the main class is a class in a library
that my project depended on.

In order to allow me to use a library class as a Main class, I had to open
project.properties and set main.class by hand.  It would be nice if the IDE
would allow this without having to edit a properties file.
Comment 1 Petr Hrebejk 2005-03-31 16:30:57 UTC
It alrady works. You may write the name of the class into the name field. The
only prblem is that these classes are not shown in the combo box. Will track
this as enhancement for adding them.

Changing summary accordingly.