I have an Eclipse project and I want to import a .class file to use it in the project.I use the properties menu of the project, properties->java build path->add classfolder, to import the folder that contains the class file.
The problem is that the path of the folder which contains the class file, is registered in the class path with the absolute path of the system. And when I change the computer and I clone the project, Eclipse doesn't import the lib. Even though the lib folder form part of the project.
What can I do?