zoukankan      html  css  js  c++  java
  • 工具异常问题解决

    Eclipse中SVN插件常遇到的异常:

    Subclipse talks to Subversion via a Java API that requires access to native libraries.
    Those libraries where either not found or an incompatible version was loaded. The
    errors are displayed below.

    Information on getting a proper version installed and visible to Eclipse is avaiable here:

    http://subclipse.tigris.org/wiki/JavaHL

    Errors:
    Failed to load JavaHL Library.
    These are the errors that were encountered:
    no msvcp100 in java.library.path
    D:Program Fileseclipsesconfigurationorg.eclipse.osgiundles7671.cplibsvnjavahl-1.dll: Can't find dependent libraries
    no svnjavahl-1 in java.library.path
    no svnjavahl in java.library.path
    java.library.path = D:Program Fileseclipses;C:WindowsSunJavain;C:Windowssystem32;C:Windows;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin/server;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/lib/amd64;D:Program FilesJavajdk1.7.0_09in;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;D:Program Filesapache-maven-3.0.3in;D:Program FilesTortoiseSVNin;D:Program FilesSSH;D:Program Fileseclipses;;.

    org.apache.subversion.javahl.ClientException:svn:E155021:This client is too old to work with the working copy at 'E:SVNjava'.

    解决方案:Window -> Preferences -> Team -> SVN,将SVN接口的Client修改为SVNKit(Pure JAVA) SVNKit v1.7.9.XXXX选项

    如图:

  • 相关阅读:
    简单的C语言编译器--语法分析器
    简单的C语言编译器--词法分析器
    简单的C语言编译器--概述
    最短路径算法
    拓扑排序和关键路径
    图的连通性
    最小生成树
    图的搜索
    gcc O2优化选项对内嵌汇编以及函数递归调用的影响
    gcc 在c代码中内嵌汇编调用c函数: 只是证明曾经我来过
  • 原文地址:https://www.cnblogs.com/icerainsoft/p/3807596.html
Copyright © 2011-2022 走看看