Eclipse中Activiti 安装避坑方法(在线与离线)
1.1 在线安装:eclipse中点击 help->install new software
如果有的话,先remove了。然后点击 install new software中点击add,url为http://www.activiti.org/designer/update/
然后等它慢慢下载就行了!(太慢了!!!)
1.2 离线安装: 第一步:
先将org.eclipse.emf.transaction,1.9.1.201805140824.jar
org.eclipse.emf.validation,1.8.0.201812070911.jar
org.eclipse.emf.workspace,1.5.1.201805140824.jar
这三个jar包放入Eclipse的plugins目录下,(非常重要!!!!),否则安装后会此有异常!
(An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.emf.transaction,1.9.1.201805140824
No repository found containing: osgi.bundle,org.eclipse.emf.validation,1.8.0.201812070911
No repository found containing: osgi.bundle,org.eclipse.emf.workspace,1.5.1.201805140824)
切记,避坑!
这3个jar包以及activiti-designer-5.18.0.zip的下载地址为:https://pan.baidu.com/s/1TanAlLaNn3-d4b1VlZiMtg
提取码:2ss9
第二步:eclipse中点击 help->install new software->add,出现下面界面点击Archive,找到本地安装包:
然后一直next就可以了,在安装时有此界面,建议断网安装,可以加快安装速度,之后进度条到了 15/15时再联网安装!(trick!)
第三步:安装好后有:
花了大半天时间安装踩了很多坑,如果有其他的安装异常,可自行google