• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Eclipse "java project" setting

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before I have used Eclipse 3.0. When I create a new java project , it will give the folder "src" , "bin" and ".classpath" variable. I really like this style.

But the problem is, after my computer crash and re-install Eclipse, I don't remember how to go back to that way....

Thanks
 
author
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Edward Chen:
Before I have used Eclipse 3.0. When I create a new java project , it will give the folder "src" , "bin" and ".classpath" variable. I really like this style. But the problem is, after my computer crash and re-install Eclipse, I don't remember how to go back to that way....

You need to turn on the Java > Build Path > Folders preference.
reply
    Bookmark Topic Watch Topic
  • New Topic