简体   繁体   English

Eclipse Juno 未启动 - 发生错误。 查看日志文件 [\\.metadata\\.log.]

[英]Eclipse Juno doesn't start - An error has occurred. See the log file [\.metadata\.log.]

I am using Eclipse Juno on windows 7 machine.我在 Windows 7 机器上使用 Eclipse Juno。

Solution I tried -我试过的解决方案 -

  1. Created new workspace and tried - not working创建新的工作区并尝试 - 不工作
  2. Deleting .metadata folder fro exiting workspace - not working从退出工作区删除 .metadata 文件夹 - 不工作
  3. eclipse/dir> eclipse -clean - not working eclipse/dir> eclipse -clean - 不工作
  4. Re installation of JDK - not working重新安装JDK - 不工作

PS - I didn't have any .snap files PS - 我没有任何 .snap 文件

!SESSION 2015-02-23 18:44:21.838 -----------------------------------------------
eclipse.buildId=M20130204-1200
java.version=1.7.0_09
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.osgi 4 0 2015-02-23 18:45:07.694
!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (805).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.

Caused by: java.lang.InternalError
    at java.util.Currency$1.run(Unknown Source)

Caused by: java.io.FileNotFoundException: E:\lib\currency.data (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    ... 52 more
Root exception:
java.lang.InternalError
    at java.util.Currency$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)

!ENTRY org.eclipse.osgi 4 0 2015-02-23 18:45:07.751
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

!ENTRY org.eclipse.ui.ide 4 0 2015-02-23 18:45:07.995
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.stop() of bundle org.eclipse.ui.ide.
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:791)

Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.osgi.framework.debug.EclipseDebugTrace
    at org.eclipse.osgi.framework.debug.FrameworkDebugOptions.setFile(FrameworkDebugOptions.java:439)

Root exception:
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.osgi.framework.debug.EclipseDebugTrace
    at org.eclipse.osgi.framework.debug.FrameworkDebugOptions.setFile(FrameworkDebugOptions.java:439)

Try re_installin Java Runtime Environment(JRE).尝试在 Java 运行时环境 (JRE) 中重新安装。 If the problem keeps, you must change or replace your internal libraries of JAVA.如果问题仍然存在,您必须更改或替换您的 JAVA 内部库。

I was getting the same issue.我遇到了同样的问题。 I tried with different version of Eclipse and everything is fine now (to be specific I tried lower version).我尝试了不同版本的 Eclipse,现在一切都很好(具体来说,我尝试了较低版本)。

I am sorry if it is not working for you or you want this particular version only but this is how I started working back after getting stuck.如果它不适合你或者你只想要这个特定版本,我很抱歉,但这就是我在陷入困境后开始工作的方式。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Eclipse 安装错误:发生错误。 看看日志文件 - Eclipse installation error : an error has occurred. See the log file 打开 Eclipse 时显示错误消息:“发生错误。查看日志文件为空” - Error message displayed when opening Eclipse: "An error has occurred. See the log file null" 发生错误。请参阅日志文件。 工作区.metadata .log eclipse - an error has occurred.see log file. workspace .metadata .log eclipse 发生错误。 请查看日志文件 - eclipse juno - An error has occured. Please see log file - eclipse juno 如何解决错误“发生了错误。 在ubuntu 16.10中看到日志文件为“ null”吗? - How can I fix the error “An error has occurred. See the log file null” in ubuntu 16.10? 发生错误,请参阅日志文件/Users/georgethornton/workspace/.metadata/.log - An error has occurred See the log file /Users/georgethornton/workspace/.metadata/.log Eclipse - 启动时发生错误/请参阅日志文件 - Eclipse - Error occurred at launch / see log file 发生了错误。 有关更多详细信息,请参见错误日志。 java.lang.NullPointerException - An error has occurred. See error log for more details. java.lang.NullPointerException Eclipse 4.9上的Java 11和E(fx)剪辑JavaFX插件:发生错误-请参阅日志文件 - Java 11 and E(fx)clipse JavaFX plugin on Eclipse 4.9: An error has occurred - see the log file Eclipse 发生错误。请参阅日志文件 (Windows x64) - Eclipse An Error has occurred.See the log File (Windows x64)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM