安装
打开 Help-> Install New Software.在如下面板中 , 点击 Add 按钮, 然后填入下列字段:
Name: Activiti BPMN 2.0 designer
Location: http://activiti.org/designer/update/
然后一步步的安装就可以了。
如果有异常不能安装,报错信息:
Cannot complete the install because one or more required items could not be found.
Software being installed: Activiti Eclipse BPMN 2.0 Designer 5.18.0.201508100929 (org.activiti.designer.feature.feature.group 5.18.0.201508100929)
Missing requirement: Activiti Eclipse BPMN 2.0 Designer 5.18.0.201508100929 (org.activiti.designer.feature.feature.group 5.18.0.201508100929) requires 'org.eclipse.emf.transaction 1.4.0' but it could not be found
解决方法:
网上说是需要classic版本的eclipse,但是我的eclipse里面装了很多插件,不想更换版本,所以想其他的办法解决,我下了一个classic版本的eclipse -4.2版本的,然后在plugin文件夹下面找到几个文件:
分别是:
org.eclipse.emf.transaction_1.9.0.201506010221.jar、
org.eclipse.emf.validation_1.8.0.201505312255.jar、
org.eclipse.emf.workspace_1.5.1.201506010221.jar;
把这三个文件拷贝到自己的spring-tool-suite-3.7.0的plugin文件夹下面,重启spring-tool-suite-3.7.0再次安装activiti插件就可以了。