Eclipse SVN Synchronze workspace error - Updating Synchronize view for SVN Workspace - java/nio/file/Paths

前端 未结 3 2081
渐次进展
渐次进展 2021-01-22 03:08

I updated the Eclipse SVN plugins today and after that I can\'t sync my workspace with SVN repository. I am using java 1.6. I tried with java 1.7 as well. still I\'m getting fol

3条回答
  •  無奈伤痛
    2021-01-22 04:00

    I had the same problem in Luna on Win 7 64 bit with the 2.0.3 subversive team provider and the Polarion SVNKit 1.8.7 version 4.1.2. Clearly somewhere in these java 7 is needed. Servaq's suggestion improved things for me but didn't quite fix everything. But a similar change to eclipse.ini did the trick for me: I added

    -vm  
    C:\Program Files\Java\jre7\bin\server\jvm.dll
    

    right before the -vmargs. Obviously, the path to server\jvm.dll is installation-dependent.

    Just in case it's helpful to Chandika ("I wants to use java 1.6"), I'm still using java 6 as the compiler/runtime for the code I'm developing within this eclipse. I'm just using java 7 to start eclipse.

提交回复
热议问题