eclipse使用subclipse导致jvm崩溃

环境:eclipse3.5(jee),安装了subclipse插件,并且eclipse中使用JNI的SVN,Subversion1.6.5版本,Apache2.2

现象:在启动eclipse显示编辑界面后,会马上自动关闭

解决:

(1)Subclipse can crash on Windows if you have the environment variable APR_ICONV_PATH set and it is pointing at a set of libraries that were built against Apache 2.2.  If that is the case, change the environment variable name to APR_ICONV1_PATH and that will fix the problem.  The libraries from 2.2 will look for the variable with the "1" in it first
anyway.  So this is a proper change to make.

(2)If you want to be thorough, you could download the zip file for Subversion 1.4.3, and point the APR_ICONV_PATH variable at the iconv folder that came with it.

 

你可能感兴趣的:(apache,eclipse,jvm,subversion,Path,download)