It's been tedious. This is the API I am trying to use. Its resources were set up in a pom.xml
which I built using Maven. On built up, it gave me the project socrata-publisher that has
- src/main/java the source folder with packages
com.socrata.api
com.socrata.data
,com.socrata.util
where each contains only .java files - JRE System Library and Maven Dependency hierarchies where each contains a number of jar files
Problem is com.socrata.api
and the 2 other contains classes which I want to deploy in a project outside socrata-publisher. I tried using import com.socrata.api
but it didn't work. Moreover, since its a Java project and not android it doesn't have the is Library option in preferences which could rather give me the solution. Both socrata-publisher
and tutorial
(where i want to use the resources and which is the android application) lie in the same directory eclipseApps
in My Documents.
Here's a little visual queue. Help will be greatly appreciated.