Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Destination Folder must be accessible (Eclipse)

Tags:

eclipse


When i Try to drag and drop a file into eclipse it gives me the error "Destination folder must be accessible." so i can't get it into my workspace.
Can anyone help?

like image 897
Splekke Avatar asked Mar 08 '23 04:03

Splekke


1 Answers

You cannot drag and drop files into an empty workspace. You first need to create a project:

File > New > Project...

Or if you like to open a directory as a project:

File > Open Projects from File System...

like image 58
howlger Avatar answered May 08 '23 08:05

howlger