cancel
Showing results for 
Search instead for 
Did you mean: 

Need Activiti Jars compiled using jdk 1.5.0

rajendiran
Champ in-the-making
Champ in-the-making
Hi,

I am currently working on an SOA-BPM project. I built service layer using an integration tool where I am starting activiti workflow thro' activiti api. I am calling the activiti api thro' a java method action in the integration tool's environment.

Now the problem is that the integration tool has it's own jre of version 1.5.0 and all activiti jars are compiled from jdk version 1.6.0 by which I am not able to view any Activiti's API from my integration tool.

Is there any download link of activiti where I can download all activiti related jars which were been compiled using jdk 1.5.0?

Thanks and regards,
Rajendiran R
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Rajendiran,

try  to compile activiti from sources
https://github.com/Activiti/Activiti

Regards
Martin