Import existing project eclipse

Import existing project eclipse

Please follow steps below to Import existing project eclipse and for demo we will import existing java project:

  • Open your eclipse
  • Right click Project explorer area –> Import –> Import

Import existing project eclipse

  • From import window select General –> Existing Project into Workspace –> Click Next

Import existing project eclipse

 

  • Now on Import Projects –> Click Browse button to select existing project. If existing project is valid java project you will in projects area select it and click Finish.

Import existing project eclipse

 

  • Now you will see imported project in your eclipse.

Import existing project eclipse

 

  • If you are curious to see what what are main config file are available. Click Window –> Show View –> Navigator

Import existing project eclipse

 

  • In navigator window expand imported project you will see below:

Import existing project eclipse

 

  • Inside .setting folder file name org.eclipse.jdt.core.prefs is to set eclipse preferences.
  • .classpath eclipse use for to set classpath properties for project
  • .project use for set type of project

Leave a Reply

Your email address will not be published. Required fields are marked *