I posted this question in web development but probably it makes sense to do it here, since is multiple J2EE projects.
we have one single source folder (java code), and multiple webroot folders.
so each project in the IDE will be a copy of the same src folder , a webroot , and a set of libraries.
I do not want to have a copy of the src folder for each project.
I have tried using the “link source” option, but that slowed to a crawl the IDE.
What do you recommend?