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 59245

Summary: Warn user when adding folder with JAR files to classpath
Product: java Reporter: zikmund <zikmund>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=53631
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 59244    
Bug Blocks: 59246    

Description zikmund 2005-05-25 15:18:55 UTC
4.1 FCS

1) Have a java project
2) Open project's Properties | Libraries
3) Add JAR/Folder
4) Add a folder with JAR files (e.g. some library JAR files) - do not add JAR
files, but their parent directory
5) ERROR:
JAR files won't be for CC, etc. We should check directory and if it contains JAR
files, warn the user that he/she should rather use Library manager or add JAR
files, not their parent directory.
(Based on nbusers feedback)

See similar Library Manager issue 59244.