Posted By:
Manish_Singh
Posted On:
Monday, May 14, 2007 03:26 AM
Hi,
I am compiling and executing a simple java program that includes files from some external jars.
I want to know how to include these jars in
task.
I have included the jars using classpath task during compiling
and execution
both. The compilation executes fine but
task fails giving class not found exception for the classes in the included jar.
Thanks