随笔 - 0, 文章 - 264, 评论 - 170, 引用 - 0
数据加载中……

java.lang.UnsupportedClassVersionError: Bad version number in .class file

java.lang.UnsupportedClassVersionError: Bad version number in .class file
这种过错是由于Tomcat运行的JDK版本与编译application时的JDK版本不一致造成的.
把它们的JDK版本改成一致,步骤如下:
1.Window --> Preferences -->Java --> compiler中的compiler compliance level对应的下拉菜单中选择JDK版本.
2.Window --> Preferences -->MyEclipse --> Servers -->Tomcat --> Tomcat n.x -->JDK中的Tomcat JDK name下的下拉菜单中选择自身电脑上安装的JDK版本(必需与步骤1中的JDK版本一致).


posted on 2010-12-03 22:17 小一败涂地 阅读(729) 评论(0)  编辑  收藏 所属分类: java语言相关开发工具(eclipse、intellij等)相关


只有注册用户登录后才能发表评论。


网站导航: