摘要: 解决方法: 在Properties-->JAVA Compiler-中的Compiler compliance level从1.8改成1.7,之后就可以运行了。 阅读全文
posted @ 2018-07-25 18:59 86727515 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 新建项目时,JRE项有三个选择,如下: 1、Use an execution environment JRE2、Use a project specific JRE3、Use default JRE(currently 'jre1.90_101') 这三者有什么区别? 答:就是问你要使用哪里的或者哪 阅读全文
posted @ 2018-07-25 18:53 86727515 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/qq_29347295/article/details/53034056 Standard 1.1.x VM与Standard VM的区别 在Eclipse或MyEclipse中要设置Installed JREs时,有三个选择: - Executio 阅读全文
posted @ 2018-07-25 18:36 86727515 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/superit401/article/details/72847110 需求背景:有时候本地eclipse运行的项目所使用的jdk版本比Linux服务器高(低),需要调低(高)jdk版本。 此处以我把jdk版本从1.7切换到1.6为例: 所有需要在e 阅读全文
posted @ 2018-07-25 18:25 86727515 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/chenmingjun/p/8472885.html 当我们导入其他人的项目的时候,发现导入的项目的jdk版本与我们使用电脑上的版本不同,该如何解决呢? 选中项目右键 --> Properties --> Build Path --> 选中Lib 阅读全文
posted @ 2018-07-25 18:23 86727515 阅读(180) 评论(0) 推荐(0) 编辑