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

Summary: Show main classes form libraries in the project cutomizer's run panel
Product: java Reporter: crued <crued>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

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.