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 191245 - Adding a JAR to project libraries does not update IDE
Summary: Adding a JAR to project libraries does not update IDE
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 09:28 UTC by arturaz
Modified: 2010-10-22 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arturaz 2010-10-22 09:28:58 UTC
If you add an JAR to Scala project you cannot use it right away. For example all imports fail as if packages inside the jar were non-existent.

If you turn NB off and on again, it scans the projects and suddenly all the packages from jars are available and no import errors are reported.

Closing/reopening single project does not fix the issue.