I am trying to build an application with the source library files.
I added the source as a project and checked ‘is library’
now in my other project all library references are still broken.
First I used the jar for reference but I needed to chance something
in the source that’s why i want to build it with the sources of the jar.
Does anybody know how i can build my app with the sources of the jar library?
Thanks in advance
To fix the problem of the source libs not found in Eclipse I did the following steps:
Created a new workspace
Renamed the dirs as the project names
Imported both projects
Deleted all refs to the jar in the main project
Add a reference in the main project to the source libs