Possible Duplicate:
Classpath including JAR within a JAR
I would like to know if it is possible to import a jar of jars. I am trying to load openehr_ref_impl_java-1.0.1.jar
which is a jar of jars, but the instances of classes aren`t being referenced. First I copy the jar to the lib folder(located in my project folder) -> right click -> build path -> add to build path.
I tried unzipping the .jar file which works - the classes are referenced, but I figured since there is also a jar of jars for the javadoc (openehr_ref_impl_java-1.0.1_javadocs.jar), there might be a simpler solution.