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 181069

Summary: Add index into the main jar of the application
Product: projects Reporter: David Strupl <dstrupl>
Component: Java WebstartAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index
Issue Type: DEFECT Exception Reporter:

Description David Strupl 2010-02-23 02:14:23 UTC
If the application consists of more jars than just one in the main jar there should be file
META-INF/INDEX.LIST
as if generated from the command line by

jar -i main.jar secondary.jar tertiary.jar
(the file should be in the main.jar).

More info can be found here:
http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index
Comment 1 Tomas Zezula 2010-02-23 11:54:18 UTC
fixed in jet-main b6614ee0ce0b
Comment 2 Quality Engineering 2010-02-23 22:08:59 UTC
Integrated into 'main-golden', will be available in build *201002240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b6614ee0ce0b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #181069:Add index into the main jar of the application