Close
jGuru Forums
Posted By: Deepa_Raghuraman Posted On: Tuesday, February 26, 2002 12:02 AM
i have two jar files i want to invoke the class in one jar file which is available in other jar file
Re: <strong>jar to jar communication</strong>
Posted By: Anonymous Posted On: Tuesday, February 26, 2002 03:12 AM
If you just make sure that both JAR files are in your classpath (or classloaded at runtime), you can use classes no matter where they come from.
Regards,Günther.http://www.javacoding.net