在安装了 Java openjdk-6-* 和 netbeans apapt packed 软件包后, 我无法编译或运行 Netbeans 7. 0 中的任何 java 源文件,
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - package org.jdesktop.layout does not exist
at myproject.MyProjectSurface.initComponents(MyProjectSurface.java:34)
at myproject.MyProjectSurface.<init>(MyProjectSurface.java:21)
at myproject.MyProject.main(MyProject.java:19)
Java Result: 1
This only happens when i want to create for example a JFrame Form or anything that would use the packages mentioned in the title. What is the problem here?