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

Summary: Checkbox for executable jar file
Product: java Reporter: Milan Kubec <mkubec>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

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.