I am trying to use the UOMo java library in eclipse: http://www.eclipse.org/uomo
I installed it correctly (or at least I believe that I have it) using the help β Install new software ..., deleted the repository link, went through all this, it was suggested to restart eclipse after installing the software.
My problem: I have no idea how to use it. I created a project and am well versed in the configuration of the build path. I cannot find how to include UOMoin in the project (obviously this does not prevent code compilation).
Just to be clear; I read the tutorial, but it is based on a project being a plugin project. I integrate it into a pre-existing code base that is not a plugin, and I really don't know enough about plugin projects to happily convert.
As a second, broader issue; How can I find out more about how developers share their code through repositories? I always feel confused and a bit overwhelmed by the eclipse, as it seems to have many ways to include code. So far I have downloaded banks and turned them on directly. Sorry, I understand this question is a bit fluffy, but I feel like I donβt understand the basic methods of using repositories to include third-party code.
Andy
source share