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 49186 - Checkbox for executable jar file
Summary: Checkbox for executable jar file
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-09-17 08:51 UTC by Milan Kubec
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 Milan Kubec 2004-09-17 08:51:23 UTC
There should be checkbox allowing to set if
created jar will be executable or not in jar file
project properties.
Comment 1 Jesse Glick 2004-09-17 15:48:34 UTC
What do you mean by "executable" exactly?
Comment 2 Milan Kubec 2004-09-20 08:25:42 UTC
Main-Class: element in Manifest file. Not everybody requires it there.
Somebody might have main class only for testing purposes.