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 81438 - Request to add JAR creation
Summary: Request to add JAR creation
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-30 21:39 UTC by jmorin3
Modified: 2010-04-08 11:59 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 jmorin3 2006-07-30 21:39:49 UTC
BlueJ 2.13 allows kids to create JAR files of projects, and can be made
executable when a main method exists in one class in the project.  In
Introduction to CS I teach them how to use this, so some students wo take the
advanced class may want that feature in the Netbeans version of BlueJ.  BlueJ
can create an executable JAR file very easily.  Adding this to a future release
of NBJE would be greatly appreciated.
Comment 1 Milos Kleint 2006-07-31 07:53:02 UTC
actually when you build the project, the jar file is automatically created for
you (in the dist/ subdirectory of the project), it's just not visible in the UI.

things to consider:
1. where to show it and how?
2. shall there be an explicit action for jar creation apart from this automated
way? (for better discoverability)
3. shall we add UI for configuring the Main-Class manifest entry?

Comment 2 Lukas Hasik 2008-04-10 21:34:16 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Antonin Nebuzelsky 2010-04-08 11:59:55 UTC
Change of the default owner.