Re: is Packages node the only thing added to the classpath?
Vitezslav Stejskal <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
John Jullion-Ceccarelli wrote: > Chris told me this the other day but I just want to make sure. Under > the Sources node, is it true that *only* the packages and its contents > are added to the project's classpath? Yes, basicaly the classpath contains what is shown under the Packages node. > Regular source directories are not added? No, they are not. -vita