How to synchronize files over FTP with Eclipse RSE?

后端 未结 4 1401
不思量自难忘°
不思量自难忘° 2020-12-13 02:20

I installed Helios, which has the latest version of the RSE package, and I could copy files from the remote server just fine, but I don\'t seem to be able to use the \"Revie

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 03:11

    in indigo it fails if using jre7 you need jre6.

    I found best way was to modify eclispe.ini

    just add

    -vm C:\Program Files\Java\jdk1.6.0_23\bin\javaw.exe
    

    or where ever the jre6 is !

提交回复
热议问题