• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Where are my folders?

 
Ranch Hand
Posts: 1162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am redoing a project I made in a text editor to Netbeans. Everything is OK except I had some header and footer files stored in an includes folder. In netbeans I tried creating these folders by right clicking the project name and clicking 'New Folder'. But those folders dont show up in the directory tree within netbeans. I CAN see those folders when I physically navigate to them on the hard disk. Why cant i see them from netbeans?
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you refer to the "Projects View" within Netbeans. If you switch to the "Files View" you should be able to see your directory also in Netbeans. If you also want to see the directory in the projects view, try to create a new package (which is nothing else than a directory) and place your files in there.
 
Arvind Mahendra
Ranch Hand
Posts: 1162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joachim,
Thanks for your help.
[ November 22, 2007: Message edited by: Chunnard Singh II ]
reply
    Bookmark Topic Watch Topic
  • New Topic