Exception in thread "main" java.lang.Error: Unresolved compilation problems:

按书上做了一个简单的窗口+按钮GUI。。。然后报错了。。importjavax.swing.*;publicclasstest{/***@paramargs*/publi... 按书上做了一个简单的窗口+按钮GUI。。。然后报错了。。
import javax.swing.*;

public class test {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
JFrame frame = new JFrame();
JButton button = new JButton("click me");

frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

frame.getContentPane().add(button);
frame.setSize(300, 300);

frame.setVisible(true);

}

}

然后报错是:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The type javax.swing.JComponent cannot be resolved. It is indirectly referenced from required .class files
The method add(Component) in the type Container is not applicable for the arguments (JButton)

at test.main(test.java:18)

我看网上大家说的,要么是jar包不完整,要么就是JRE路径没设对。。。然后我各种改JRE路径还是报错。。。唉,这是什么原因呢?
展开
 我来答
198901245631
2015-04-16 · TA获得超过3.5万个赞
知道大有可为答主
回答量:9037
采纳率:92%
帮助的人:1723万
展开全部

你好:正常刚运行了下,没问题呢,我说下我的是jdk1.6,eclipse。win7 32位系统,你看看你的jdk是否正常引入了

更多追问追答
追问
我只确认了两个地方:Project-》Properties-》Java Build Path-》Libraries,在这里添加了安装目录的JDK

还有一个:Windows-》Preferences-》Java-》Installed JREs,添加了对应的JDK目录。

请问还有什么地方需要确认的吗?
追答
没有了,就这个地方配置下jre就可以的。你说说你的jdk和eclipse版本我看看是否有问题。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式