zoukankan      html  css  js  c++  java
  • Activiti BPMN 2.0 designer eclipse插件安装

    官方网是这样说的:
    https://www.activiti.org/userguide/index.html#springSpringBoot

    The following installation instructions are verified on Eclipse Kepler and Indigo. Note that Eclipse Helios is NOT supported.

    Go to Help → Install New Software. In the following panel, click on Add button and fill in the following fields:

    *Name:*Activiti BPMN 2.0 designer

    *Location:*http://activiti.org/designer/update/
    1
    2
    3


    这样安装,由于网络原因会经常卡死:

    第二种解决方案,手动安装离线文件:
    Eclipse版本:
    我本人实验,验证过的:
    Mac版:eclipse-jee-indigo-SR2-macosx-cocoa-x86_64
    Mac版:eclipse-jee-neon-3-macosx-cocoa-x86_64
    eclipse老版本indigo-3.7和最新版本neon-4.6,版本解释见下方:
    http://blog.csdn.net/shenhonglei1234/article/details/55097889

    安装步骤一:
    百度云:
    链接:https://pan.baidu.com/s/1uVbckVTD_puqf0G7x5PXpg 密码:2rbm

    安装步骤二:

    将下载的文件解压放到:

    notes:
    将activiti-designer-5.14.1内的两个文件:features和plugins放到eclipse的dropins文件内:如图:


    将文件:eclipse安装activiti需装eclipse插件20170325的四个文件放到eclipse根目录的plugins内:
    org.eclipse.emf.transaction_1.4.0.201306111400
    org.eclipse.emf.validation_1.8.0.201403111711
    org.eclipse.emf.validation.ui_1.7.0.201403111711
    org.eclipse.emf.workspace_1.5.1.201306111400

    为什么放:在线安装时会报:
    Cannot complete the install because one or more required items could not be found.
    Software being installed: Activiti Eclipse BPMN 2.0 Designer 5.14.1 (org.activiti.designer.feature.feature.group 5.14.1)
    Missing requirement: Activiti Eclipse BPMN 2.0 Designer 5.14.1 (org.activiti.designer.feature.feature.group 5.14.1) requires ‘org.eclipse.emf.transaction 1.4.0’ but it could not be found
    缺失插件。

    安装步骤三:
    上面步骤OK后,重新启动eclipse就OK了,成功后的效果:


    如果你不安装缺失的四个插件,视图里不会显示Activiti文件夹,也就是说安装不成功。

  • 相关阅读:
    C++ 实现简单快速排序
    LEETCODE 198. House Robber
    leetcode 174
    GIT 版本的回退
    unorderd_map 自定义键值及哈希函数的重载
    互斥锁 形成死锁实例
    leetcode 300
    LeetCode 62
    LeetCode 122
    SVN提交,强制注释
  • 原文地址:https://www.cnblogs.com/yachao1120/p/10182607.html
Copyright © 2011-2022 走看看