error

i got this error

pathfile......: cannot find symbol

symbol : class GroupLayout

location: package javax.swing

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);

and i fixed it by giving

import org.jdesktop.layout.GroupLayout;(the clue said to import this)in netbeans

but still after running it again i m getting the same error.

[392 byte] By [anya_aaa] at [2007-11-27 2:44:46]
# 1
the jdesktop jar needs to be included in the classpath you use to run the application. best idea is to include it on the command-line -cp switch
georgemca at 2007-7-12 3:11:42 > top of Java-index,Java Essentials,Java Programming...
# 2
can u please send me the link to the Jdesktop jar from where i can download it
anya_aaa at 2007-7-12 3:11:42 > top of Java-index,Java Essentials,Java Programming...
# 3
you must already have it, or you wouldn't be able to compile
georgemca at 2007-7-12 3:11:42 > top of Java-index,Java Essentials,Java Programming...
# 4
when i compile it ,then it gives me the error which i initially posted.so i don't have the jar file
anya_aaa at 2007-7-12 3:11:42 > top of Java-index,Java Essentials,Java Programming...