启动eclipse时提示 an error has occurred see zht log fileSESSION Mon May 06 07:05:14 GMT 2013 ------------------------------------------ENTRY org.eclipse.equinox.launcher 4 0 2013-05-06 07:05:14.159MESSAGE Exception launching the Eclipse Platform

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 19:04:20
启动eclipse时提示 an error has occurred see zht log fileSESSION Mon May 06 07:05:14 GMT 2013 ------------------------------------------ENTRY org.eclipse.equinox.launcher 4 0 2013-05-06 07:05:14.159MESSAGE Exception launching the Eclipse Platform

启动eclipse时提示 an error has occurred see zht log fileSESSION Mon May 06 07:05:14 GMT 2013 ------------------------------------------ENTRY org.eclipse.equinox.launcher 4 0 2013-05-06 07:05:14.159MESSAGE Exception launching the Eclipse Platform
启动eclipse时提示 an error has occurred see zht log file
SESSION Mon May 06 07:05:14 GMT 2013 ------------------------------------------
ENTRY org.eclipse.equinox.launcher 4 0 2013-05-06 07:05:14.159
MESSAGE Exception launching the Eclipse Platform:
STACK
java.lang.UnsupportedClassVersionError:org/eclipse/core/runtime/adaptor/EclipseStarter (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

启动eclipse时提示 an error has occurred see zht log fileSESSION Mon May 06 07:05:14 GMT 2013 ------------------------------------------ENTRY org.eclipse.equinox.launcher 4 0 2013-05-06 07:05:14.159MESSAGE Exception launching the Eclipse Platform
查看过环境变量,发现正常.不是这个问题,最后在一个外国的论坛上发现有个人有如下的Incorrectly unzipped.Believe it or not,about once a month,a user reports start-up failure:The user has unzipped Eclipse without selecting the use folder names option.Make sure that the result of unzipping is an install tree with an eclipse directory at its root.The Ark unzip utility in KDE is known to mangle Eclipse zips,so use a different unzip program to install there.The built-in unzip utility in Windows has also been known to have problems,particularly when installing into paths with relatively long names.感觉应该是解压路径的问题,可能是解压的路径出现了中文或是路径长度过长的问题.于是把压缩包放在C盘本目录下解压.解药后发现运行正常.还真是这个问题,无语.感觉上是路径过长的问题可能性比较大.所以,以后安装软件或是解压软件时,不要把放在太多层的目录下.)我也遇到了相同问题,以上是我在网上找到的,我把安装路径都改成英文的又装了一次OK了~