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 159293

Summary: Adding a Jar with rightclick in Files View
Product: java Reporter: locked <locked>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description locked 2009-02-27 10:41:16 UTC
Usually I copy a needed JAR into the projetc's lib folder.
Next step: add the Jar to the classpath.

This would be quite easy if you could just rightclick the Jar in the Files View and then have an option like "add to
classpath" which adds the jar to the projects classpath.

Currently you always have to use the Project properties or rightclick the lib folder and then search for the Jar again
(due to murphy's law, the last recently used folder which is opened by the filechooser is never the libs folder that you
want).