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 181260 - Do not add Class-Path attribute into applet jar
Summary: Do not add Class-Path attribute into applet jar
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-26 05:29 UTC by Tomas Zezula
Modified: 2010-07-12 11:09 UTC (History)
1 user (show)

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 Tomas Zezula 2010-02-26 05:29:43 UTC
Manifest should not include classpath. It is not compatible with many of deployment optimization/hints.
WebStart is ignoring classpath attribute but plugin2 can not do this due to backward compatibility (need to be able to run old applets) and JNLP applets suffer from classpath entry a lot.
Comment 1 Tomas Zezula 2010-02-26 08:02:41 UTC
Fixed in jet-main: dfe201a2af9e
Comment 2 Quality Engineering 2010-02-26 23:05:42 UTC
Integrated into 'main-golden', will be available in build *201002270200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dfe201a2af9e
User: Tomas Zezula <tzezula@netbeans.org>
Log: #181260:Do not add Class-Path attribute into applet jar