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

Summary: Same lib is added to classpath twice
Product: serverplugins Reporter: Lukas Jungmann <jungi>
Component: Sun Appserver 8Assignee: _ ludo <ludo>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.