• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Eclipse >> help me please

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello ranchers,
can someone tell me how can I do my project on eclipse v2, see others folders with my classes.
my project not recognsize my import declarations !!

step by step configurations.
thank you.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Project properties -> Java Build Path -> Source -> Add Folder...
 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the help search in Eclipse, theres links to other stuff to do with build paths etc.
A project's Java build path can either be defined when creating the project with the New Wizard or later in the project's property dialog. The Java build path settings dialog is the same in both cases. To view and edit a project's Java build path, follow these steps:
1) Select the project you want to view or edit
2) From the project's pop-up menu, select Properties
3) Select the Java Build Path page
4) Define the source entries for the build path on the Source page:
5) Click the Add Folder button to add source folders to the Java build path.
6) The Remove button removes the selected folder(s) from the build path.
Edit lets you modify the selected entry.
7) On the Projects page, identify the other projects that are required for building this project. The list shows all the existing Java projects from the workbench. Note: Each selected project is automatically added to the list of referenced projects.
8) On the Libraries page, define the libraries required by your project.
Libraries come in different forms. There are buttons for adding a library in each form. By default, each Java project has a 'JRE System Library' entry on the build path. This entry stands for the workbench's default JRE.
On the Order and Export page, define the Java build path order. The recommended ordering is to have source entries before the library entries and the required projects.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic