views:

45

answers:

1

I have a mayor problem with installing plugins in eclipse. I'm using ubuntu 10.04 64 bit and I installed:

Eclipse SDK Version: 3.6.0 Build id: I20100608-0911

(Not by using the apt-get, via apt-get I get galileo, but that version didn't work as well)

The Plugin I want to install is: http://sourceforge.net/projects/jbpm/files/jBPM%203/jbpm-jpdl-3.2.7/ I have to use this plugin because its compatible with alresco (dms)

I tried to install the plugin via dropin and the normal way:

Help->Install new Software-> Add -> Archive -> select the downloaded *.jar. When I hit OK, I get the following error message: "Could not find jar:file:/home/xyxyx/jbpm.jar"

I tried to solve it by extracting the jar but no succes. Putting the jar into the plugins folder and changing permissions won't help! I also tried different versions of eclipse on several systems. No success!

I have been looking for a solution all day! I tried some advices I found on stackoverflow. I don't use a proxy. I changed the update system to classic! Now I don't know what to do anymore.

Anything special I have to configure before I use eclipse on ubuntu besides installing the JDK?

Thanks for your help.

Stefan

A: 

Try to run the installed using the following command:

  java -jar jbpm-installer-3.2.7.jar

On the other hand, you may want to use JBoss IDE which has integrated support for jBPM.

Eugene Kuleshov
I decided to use http://sourceforge.net/projects/jbpm/files/jBPM%203/jbpm-jpdl-3.2.7/ because the alfresco wiki recommends the use of it. I can with JBoss Ide if the output fits alfresco.
leber33
The java -jar jbpm-installer-3.2.7.jar works fine
leber33
My bad, looks like I'm using the wrong versions! I'm new to jbpm, jboss etc. :)
leber33