JRE not compatible with workspace .class file compatibility: 1.7

在进行Eclipse开发的时候,经常会遇到一些小问题,现在开始每天积累一些小问题的解决方法。出现:JRE not compatible with workspace .class file compatibility: 1.7这个错误的原因是,JRE库配置与Java Compiler设置不一样,如图:

这是项目加载的jre依赖库,而下却是Java Compiler设置的jdk为1.7。

所以这个问题只需要在这个图上,勾选Enable project specific settings,然后在1.7下拉框下选择1.6,点击Apply,接着OK,这样这个问题就真的okay了!

出现这个问题的原因是,在本机上安装了两个不同版本的jdk,(1.7被设入环境变量)但是为了兼容某些环境,需要将默认的jre系统库改为1.6,所以单单改变build path,还是会出现与compiler不一致的情况,当然这是在项目开始编译的时候使用1.7,而后为了需求改为1.6后所导致的!

时间: 2024-09-30 04:11:29

JRE not compatible with workspace .class file compatibility: 1.7的相关文章

eclispe设置workspace text file encoding

在windows下开发,经常会遇到eclipse新导入的工程 java代码中的注释或者字符串中文显示乱码,每次都要一个个项目更改麻烦,特地找了下,可通过如下方法一次性设置.

Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)

In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configuration Section 4: Post-installation Steps Section 5: Known Issues Section 6: Appendices This document covers the procedure to upgrade the version of the J

Linux C/C++ --- “” and <> in the use of head include file

for example: #include <stdlib.h>#include <stdio.h>#include <wiringPi.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include "linux/init.h" in Eclipse <>   -----   compiler path file and

file.getPath() getAbsolutePath() getCanonicalPath()区别

package file; import java.io.File; import java.io.IOException; public class getFilePath { public static void main(String[] args) throws IOException { System.out.println("------默认相对路径,取得路径不同-----"); File f = new File("..\\src\\file"); S

Java File类学习笔记2:File类对象及常用操作方法

一. 文件.相对路径与绝对路径 1.文件 (1)标准文件:就像图片,音乐文件等. (2)目录文件:也就是平常所说的文件夹. (3)虚拟内存文件:系统在运行程序时生成的临时性文件. 2.文件的路径 (1)相对路径:相对于某一文件的路径,形象地说是把两文件的绝对路径相同的部分砍掉,剩下的就是相对路径 如: A文件是"D:\MyDocuments\StudySample\src\cn\xmh", B文件是"D:\MyDocuments\StudySample\src\netjava

第1章 File类

1.1 File概述打开API,搜索File类.阅读其描述:File文件和目录路径名的抽象表示形式.即,Java中把文件或者目录(文件夹)都封装成File对象.也就是说如果我们要去操作硬盘上的文件,或者文件夹只要找到File这个类即可,那么我们就要研究研究File这个类中都有那些功能可以操作文件或者文件夹呢1.2 File类的构造函数File(String pathname) :将一个字符串路径封装成File对象File(String parent,String child):传入一个父级路径和

Creating a keytab file for the Kerberos service account (using the ktutil command on Linux)

https://docs.tibco.com/pub/spotfire_server/7.13.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-27726F6E-569C-4704-8433-5CCC0232EC79.html This method of creating a keytab file on Linux uses the ktutil command. Prerequisites Kerberos is installed on

Eclipse几点常用设置+个人喜好

1.代码自动提示 在我们忘记方法名或者想偷懒时,代码自动提示很管用.不过Eclipse默认是输入"."后才会出现包或类成员的提示,也就意味着我们必须先输入一个完整的类名,提示才能出来:或者每次都按下 alt + / .如何才能让它每次只要输入字母之后,也能出现提示呢?在这里可以设置:Window -> Preferences -> Java -> Editor -> Content Assist -> Auto Activation delay是自动弹出提

System.properties

win: len:54java.runtime.name=Java(TM) SE Runtime Environment   sun.boot.library.path=D:\Java\jdk1.8.0_73\jre\bin   java.vm.version=25.73-b02   java.vm.vendor=Oracle Corporation   java.vendor.url=http://java.oracle.com/   path.separator=;   java.vm.na