實驗了好幾次,只有一種最不好的方法成功了。
第一種(失敗
):官網給的方法
The installation of the GPD uses the Eclipse Software Update mechanism and is pretty straightforward. There is an archived update site included in the runtime installation of jBPM when you unzip it at install/src/gpd/jbpm-gpd-site.zip
To add the update site to eclipse:
Help
--> Install New Software...
- Click
Add...
- In dialog
Add Site
dialog, click Archive...
- Navigate to
install/src/gpd/jbpm-gpd-site.zip
and click 'Open'
- Clicking
OK
in the Add Site
dialog will bring you back to the dialog 'Install'
- Select the
jPDL 4 GPD Update Site
that has appeared
- Click
Next...
and then Finish
- Approve the license
- Restart eclipse when that is asked
- 上面的官網的描述,具體做法如
-
選擇 new Archived site
ok之後finish 然後出現錯誤,實驗了好幾次,這個方法都沒成功。
方法二(失敗
):解壓
將這個檔案jbpm-jpdl-designer-site.zip解壓 然後再方法一的紅字選擇New Local Site
其他步驟一樣,最後結果一樣失敗!
方法三(成功
):直接複製
將jbpm-jpdl-designer-site.zip解壓後的檔案複製到MyEclipse/eclipse目錄,選擇覆蓋,重啟Eclipse後,成功了 呵呵
總結:當我們安裝Eclipse/MyEclipse外掛程式的時候,一般都是用方法一和方法二(還有link的方法),第三種方法是在是迫不得已,建議不要採用!