Eclipse does not import projects

I tried to import my university work into my eclipse at home, but claims to be unable to find any of the projects.

Projects are in the same folder, called programming, located on my desktop, while my eclipse program files are in a separate folder, also on the desktop.

When you open eclipse, it requests a workspace for selection, which is exactly where all my projects are located on the desktop: "C: \ Users \ 'username' \ desktop \ programming"

After loading eclipse, I will go to the file, import the existing projects into the workspace and select the root directory as the programming folder.

At this point, on my laptop, he then finds all my projects, and I can import them without fail, but on my PC he says that he cannot find any projects for import.

I am 100% sure that I import them correctly, since I did the same on my laptop using exactly the same files (I transferred them from my laptop), I can’t understand why it doesn’t work this time.

Thanks in advance for your help,

Matt

+7
source share
7 answers
  • Close eclipse
  • Delete .metadata li folder>
  • Restart eclipse
  • Eclipse will request a place for a new workplace
  • Specify the location of FRESH.
  • Now import the projects one by one.
  • Do not select the option "Copy projects to workspace"

, .

+8

eclipse , .classpath,.project .settings

, eclipse

+7

, , workspace.

.metadata forder, reset !

+2

.

c:\project\myProject

eclipse , @Troncador, , Eclipse, , c:\users\xxx\myProject

, .

0

, Eclipse... ...

0
source

I ran into this problem and could not see my project (after importing), which was copied from my other project. The fix for me was to delete .classpath, .projectand .settings/and re-import the project.

 rm -rf .settings/
 rm .project
 rm .classpath
0
source

Reopen eclipse with administrative context / access

0
source

All Articles