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 198660

Summary: redbadge errors when not there
Product: java Reporter: emiddio <emiddio>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: project with errors
shows badges

Description emiddio 2011-05-16 22:47:07 UTC
see attached project and zip;

project will run and compile; editor says will not.

root cause is library refernces glassfish-embedded-static-shell.jar
which references other jars -- which allows it to run ok;

but the library jar file itself does not contain the references.

can/is solved by library referencing a different jar -- with all contained
in one jar such as glassfish-embedded-all-3.1
Comment 1 emiddio 2011-05-16 22:48:33 UTC
Created attachment 108337 [details]
project with errors
Comment 2 emiddio 2011-05-16 22:49:13 UTC
Created attachment 108338 [details]
shows badges
Comment 3 Dusan Balek 2011-05-17 09:41:20 UTC
The problem is that current j2se projects ignore class-path attribute
in jar file manifests.

*** This bug has been marked as a duplicate of bug 105927 ***