On 6/14/07, houssam elhallak wrote:

my application still run in a good way in netbeans ,but when I try it to
execute it from the commande line ,I got this error .

java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group



That error usually appears when the swing-layout jar file is missing
from the manifest file of your application's jar file....

check the manifest.mf of your jar file.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to