Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package org-jdesktop-layout does not exist

807603Feb 27 2008
I am using NetBeans IDE 5.5.1 to create a sun-spot application using Java.
I added a JFrame Form to my project and used the NetBeans GUI builder to build my GUI.
There was not any "syntax" error after I finished all the coding. However, when I built it, it gave me a lot of error in the NetBeans' generated code in the GUI code. It all had the same error: "package org-jdesktop-layout does not exist".

I have google-searched that error, and ADD (JAR/Folder) the "swing-layout-1.0.jar" and "org-jdesktop-layout.jar" to my project's "Java Sources Classpath" under my project's property. It still gave me same error.

I know it is something simple. But I am kind of new to Netbeans and java. I hope someone can help me out please.

Thank you very much!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2008
Added on Feb 27 2008
0 comments
583 views