Eclipse Luna "cannot determine the URI for /project/src/com/.../classFile.java" (windows 8)

Just installed Eclipse LUNA and transformed my old JUNO workspace. It worked fine on one of my computers (win7), but using the same project on my other computer (win8 synchronized using Dropbox) created this problem for all open files and nothing appeared in my package explorer. Always worked perfectly with JUNO.

+6
source share
1 answer

Inside the package explorer, right-click → import → General → Existing projects in the workspace → Next → find the project in the "Choose root directory" → "Finish" section.

If only some projects or files are missing or does not work above, a similar method using the General / File System can be used when you select specific files to import.

+13
source

Source: https://habr.com/ru/post/982097/


All Articles