Re: Class files showing up in PROJECTS/FILES tabs
Jesse Glick <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Gili wrote: > Why do class files show up in PROJECTS and FILES tabs? I am expecting > to only see a Java "object" which encapsulates both .java and .class > files. Seeing both clutters the view and nothing of substance is > gained. At least, PROJECTS should not show .class files. *.class are only displayed in the Projects tab if there are *.class files in it - which there should not be. The standard Java project type builds all classes to build/classes/, which you would not see unless you explicitly opened that folder in the Files tab. If your project has *.class in a source tree, you probably messed something up - perhaps forgot to clean them out when importing a 3.6 source tree? -J. -- Jesse Glick <mailto:[email protected]> x22801 NetBeans, Open APIs <http://www.netbeans.org/>