NoClassDefFound Exception : org.jdesktop.layout
Hello,
I am developing a small application in NetBeans. But I want to execute it independant of NetBeans. Just by clicking the JAR file, it works. But I just want to deploy only CLASS Files. And not JAR files. Package org.jdesktop.layout is made availabe by a JAR file Swing-layout-extension.jar, and this library is made available automatically by NetBeans.
While executing All class files independant of NetBeans, it gives above mentioned exception. How can I do this? Please guide me.
I also tried by keeping org package folder inside src folder and then compiling, running. It doesnt works.
Regards

