问题求解Dynamic Web Module 3.0 requires Java 1.6 or newer.

jn2017 2012-06-08 09:43:58
在创建项目是会报Dynamic Web Module 3.0 requires Java 1.6 or newer.
在配置Tomcat Server时报错Tomcat version 7.0 requires Java SE 6 or later. Change the JRE to one that meets this requirement.是怎么会事,求解
...全文
997 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
tangduDream 2013-01-28
  • 打赏
  • 举报
回复
<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> 设置编译器版本,由你Jar 引起 的

24,922

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 Apache
社区管理员
  • Apache
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧