Re: How to compile a java file which depends on multiple .jar files ?
Posted By:
sujata_samal
Posted On:
Wednesday, July 20, 2005 02:49 AM
To compile the Bean.java ,x.jar and y.jar shud be in the classpath.
I mean set the jar(x and y) files into ur CLASSPATH variable
and to compile Client.java the Bean class shud be in calsspath
so set the Bean(class file) too into the CLASPATH variable
Sujata.
Re: How to compile a java file which depends on multiple .jar files ?
Posted By:
vinay_kumar
Posted On:
Thursday, July 7, 2005 07:11 AM
Hi, this is vinay i think that u should set the classpath for both the jar files that's enough to compile the java file
vinay