I have seen many ways to import my own classes into a project, but they all just say βdo it, do itβ and thereβs no explanation of how this thing actually works. I'm used to developing the iPhone, and there I just associate the classes from the external folder with the project, and I can modify them in the IDE or externally - they will still be connected (that is, they are not copied to the project during development, these are just links to actual files). I was wondering if this is possible on an eclipse? Ideally, when I add another class to the folder, it should also appear in eclipse, if possible.
- I bind an outer class (without any copies of it)
- I am changing the class, it is being modified for all projects using it
- on build, eclipse automatically includes a file
thank
source
share