I am trying to compile a java project which makes uses of android libraries. The project I am using is checked out from a svn repository. In order to take a use of that project I am required to define some jar files and libraries for that project. Here are the files that I need to make sure they are defined:
•"lib/apache-mime4j-0.4.jar" : Jar
•"lib/httpmime-4.0-beta1.jar" : Jar
•"lib/slf4j-android-1.5.8.jar" : Jar
•"JUnit 4.libraryclasspath" : Library
•"ANDROID_SDK_PLATFORM/android.jar" : var
•"Java JRE System Library" : Library
Does anyone have any idea about what should I do to define these files? I am a noob here.I do not know which selection should I choose When I clicked "project -> properties -> java build path -> libraries"
For example if I want to define the first jar file, there are a "add external jar"
and a "add libraries"
selections.
However you can see a "lib"
here in front of the "apache-mime4j0.4.jar file"
in this list above..
So I don't understand if it is asking me to add a jar file or the librabry.. I am getting very confused about this.
And also How can I do anything with "JUnit 4.libraryclasspath"
file? I think it is a classpath file so I cannot either choose "add jar files"
or "add libraries"
to define it..
Hope someone has any knowledge about this and I will be very appreciated!