Re: Class files showing up in PROJECTS/FILES tabs
"Gili" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
I will clean out my directory and try again. If the problem still exists I will write back. Thanks! Gili On Fri, 25 Jun 2004 19:04:42 -0400, Jesse Glick wrote: >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/>