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 60379 - Same lib is added to classpath twice
Summary: Same lib is added to classpath twice
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 12:37 UTC by Lukas Jungmann
Modified: 2005-09-08 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-06-22 12:37:03 UTC
In serverplugins/sun/appsrv81/src/org.netbeans.modules.j2ee.sun.ide.Installer on
lines 71-2 and 79-80 there is:

   f = new File(installRoot+"/lib/admin-cli.jar");
   loader.addURL(f);

I don't think this can cause something, but is this intentional?
Comment 1 _ ludo 2005-08-26 00:28:42 UTC
fixed
Comment 2 Lukas Jungmann 2005-09-08 13:24:20 UTC
v.