Feature Requests item #1439815, was opened at 2006-02-27 12:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1439815&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Project Facility
Group: None
Status: Open
Priority: 5
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: Dialog to Specify Jar Executable Class
Initial Comment:
In the dialog to make a jar file, you can specify the
main class that gets executed when you run the jar
(either by doing java -jar <jarfile> or by
double-clicking on the jar file). The only way to enter
this class name is by typing in the fully-qualified
class name.
1) The project's main class should be entered as
default value for the jar's main class.
2) We should provide a treeview dialog like the "Select
Main Class" dialog in "Project Properties".
3) The dialog "Jar Creation Successful" has "OK" and
"Cancel" buttons. The "Cancel" button should be
removed. Instead, we should add a "Run" button if the
jar file was made executable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1439815&group_id=44253
|