摘要:pom.xml文件中添加: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <s
阅读全文
摘要:先设置好jdk,需要确定 项目,eclipse/myeclipse,系统 用的是同一个版本的JDK,我系统中安装的JDK是1.7,所以我把eclipse的jdk成1.7 步骤阅读 2 进入 windows proferences java--compiler设置编译出来的文件使用的格式是 1.7版本
阅读全文
摘要:解决办法:1.右键你的项目->Maven->Update Project Configuration更新完后,进行第二步 2.右键你的项目->Properties=>Deployment Assembly=>Add=>java Build Path Entries =>Maven Dependenc
阅读全文
摘要:解决方案: 1.退出 eclipse2.到[工程目录下]/.metadata/.plugins/org.eclipse.core.runtime3.把org.eclipse.wst.server.core.prefs和 org.eclipse.jst.server.tomcat.core.prefs
阅读全文
摘要:window----preference ----general-----workspace-------text file encoding 可以多测试下:gbk,utf-8.....
阅读全文