zoukankan      html  css  js  c++  java
  • ADT-Bundle运行的错误的排错

    我在笔记本上安装了64位的Windows10,然后把经典的ADT版本adt-bundle-windows-x86-20131030解压运行,发生这样的错误:
    java was started but returned code=13
    ADT-Bundle运行的错误的排错

    卸载Java 8 Update后(可能有多个),上面的问题解决。

    接下来运行Eclipse,出现下面的提示:failed to load the jni shared library
    ADT-Bundle运行的错误的排错

    发现应该是Eclipse的版本是32位的,而Windows是64位的,所以安装的JDK也是64位的,导致Eclispe找不到32位的JVM,于是出错。
    解决方法:下载64位和32位通用版本adt-bundle-windows-x86_64-20140702.zip。

  • 相关阅读:
    投票练习
    多条件查询
    PHP 购物车
    PHP TP模型
    PHP smarty函数
    PHP smarty复习
    PHP smarty缓存
    PHP phpcms
    php smarty查询分页
    PHP Smarty变量调节器
  • 原文地址:https://www.cnblogs.com/maxma/p/9169582.html
Copyright © 2011-2022 走看看