I am trying to use an existing Java project from github and write a 'wrapper' to let it interface with my larger python-based project. However I am a little rusty with java and have never been very strong with project setup.
What is the best way to do this?
What I am currently trying is I have created a separate java project in the same workspace in Eclipse, and I am trying to just get the java code to work by itself for now. I am having difficulty importing and making use of the existing project in a non-kludgey way. I could just copy and paste the files in, but am trying to use best practises and am not sure what that is.
The project from github is https://github.com/USPTO/PatentPublicData and I am just trying to get it to work with the sample code from the PatentDocument README.