6 ms·
Eclipse won't change your file/folder structure (unless you tell it to). In fact, you can have source code somewhere outside of your "workspace" and just point
by brown9 17y ago
Eclipse won't change your file/folder structure (unless you tell it to).
In fact, you can have source code somewhere outside of your "workspace" and just point Eclipse to it, there is no requirement for the code to be inside the "workspace".
- abalashov 17y agoI'm guessing that's done by some method other than the "Import" facility...?
- johngunderman 17y agoImport will just tell Eclipse where the code is located, not actually copy it into the workspace. Import is probably what you want.