Help me with JARs PLEASE!!!!

Hello,

Following is the scenario

Application name: PL

Directory "PL" has

- A.jar

- B.jar

When I create PL.jar I store it in the dir "PL" by using the appropriate relative path to A.jar and B.jar in the manifest file. PL.jar executes in folder "PL"; BUT when I copy PL.jar to another folder say desktop it gives me a NoClassDefFoundError. Can anybody help me with this as I have wrecjed my brains over this for 2 days. I have to distribute PL.jar to clients for testing purpose.....Please reply ASAP.

Thanks.

Salil.

[570 byte] By [Salil.Siddhayea] at [2007-11-27 8:47:32]
# 1
NoClassDefFoundError : what class is not found? Which of the three jars would it be in?
BigDaddyLoveHandlesa at 2007-7-12 20:52:34 > top of Java-index,Java Essentials,New To Java...
# 2
set (class) path or use package if its inside your dir.Message was edited by: deAppel
deAppela at 2007-7-12 20:52:34 > top of Java-index,Java Essentials,New To Java...