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 - Warn user when adding folder with JAR files to classpath
Summary: Warn user when adding folder with JAR files to classpath
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL: http://www.netbeans.org/servlets/Read...
Keywords:
Depends on: 59244
Blocks: 59246
  Show dependency tree
 
Reported: 2005-05-25 15:18 UTC by zikmund
Modified: 2011-08-31 14:05 UTC (History)
0 users

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 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.