zoukankan      html  css  js  c++  java
  • [Java 7][msvcr100.dll] Error when load Eclipse

    [Problem] After I updated to Java 7, I could not load Eclipse. Here comes the erros:

    Eclipse: eclipse.exe - Bad Image

    C:Windowssystem32MSVCR100.dll is either not designed to run on Windows or it contains an error. Trying installing the program again using the original installation media or ...

    Eclipse

    Failed to load the JNI shared library "C: ....."

    [Temp Solution]

    Disable the MSVCR100.dll in the directory "C:Windowssystem32". Simply rename it to "MSVCR100_backup.dll", and it would be OK if you load Eclipse once again.

    The reason is caused by Java 7 which uses its own MSVCR100.dll in its installation directory.

    So, when you load Eclipse. Firstly it load JVM. JVM requires the MSVCR100.dll in directory of JAVA 7 instead of "C:Windowssystem32". However, your machine would firstly search the "C:Windowssystem32" and return the inappropriate one. Then the error comes.

    By removing the dll from system32, it would return the right MSVCR100.dll from the directory of JAVA 7, then succeed in loading Eclipse.

    However, this strategy is temp and risky. The following recommends the correct solution.

    [Solution] http://www.duckware.com/tech/java6msvcr71.html

  • 相关阅读:
    没有上司的舞会
    邮票面值设计
    小木棍
    简单的试炼
    区间质数
    加工生产调度
    泥泞的道路
    总数统计
    中庸之道

  • 原文地址:https://www.cnblogs.com/AloneSword/p/3440433.html
Copyright © 2011-2022 走看看