cancel
Showing results for 
Search instead for 
Did you mean: 

How to import GUI source code

tomalex
Champ in-the-making
Champ in-the-making
Hi to everybody!

I'm Alex, a newbie of Activiti. For my work I need to extend the GUI of Activiti with some other things.
For doing that I need to import the source code of the GUI. I downloaded and I have a zip file that contains all the source code groupped by folders.

Unfortunatelly I am not able to import it in a new Eclipse plugin project. I also tried to see the online guide but also with it I wasn't able to do it.
Can someone of you help me?

Thanks!
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
- Clone the source from github
- Download and install Eclipse RCP
- Import the project as an existing eclipse rcp project

Did you do it like the above?