I'm doing a project to test reports from iReport, and was wondering if you can not include the same jars that already exist in a given project. Eclipse itself offers the option to reference the classes of this other project, the problem that it shows the path as for example c:\eclipse\projeto
. And this worries me because I'm going to share the project in SVN, and will it be that if another developer downloads it will not cause a jar targeting error?
I would then like to know how to target the jars, and whether this will cause the above mentioned problem.