JBoss Community

Re: how to install the JBpm to work in eclipse Hileos

created by Federico Cauti in jBPM - View the full discussion

The following procedure worked using JBPM 5.4.0 and Eclipse Indigo:

 

  • Download JBPM 5 full installation:

http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/jbpm-5.4.0.Final-installer-full.zip/download

  • Extract it in a folder:
    • jbpm-installer folder is created
    • we will call this path  %JBPM_HOME%
  • Edit %JBPM_HOME%\build.xml file:
    • Replace line <target name="install.droolsjbpm-eclipse.into.eclipse" depends="download.droolsjbpm.eclipse">; take out the dependency so that it becomes:

<target name="install.droolsjbpm-eclipse.into.eclipse">

  • Open a command prompt, cd %JBPM_HOME%
  • Execute:
    • ant download.droolsjbpm.eclipse
    • ant install.jBPM.runtime
    • ant install.droolsjbpm-eclipse.into.eclipse
  • copy all files that are now inside %JBPM_HOME%\eclipse\features into your %ECLIPSE_HOME%\features
  • copy all files that are now inside %JBPM_HOME%\eclipse\plugins into your %ECLIPSE_HOME%\plugins
  • Restart Eclipse
  • On Eclipse File -> New -> Project… -> JBPM Project
  • When you are asked to provide JBPM runtime:
    • Go to “Configure workspace settings…” -> Add
    • Choose a name (i.e. Default)
    • Browse for path and select %JBPM_HOME%\runtime

 

This simply installs the eclipse plugins and runtime

Hope helps

 

Bye

Reply to this message by going to Community

Start a new discussion in jBPM at Community