i'm new with Epf-Composer(Eclipse Process Framework), and i was trying to install it on my Ubuntu 12.04 machine. On the site the installation instructions for Linux are:
- Extract the downloaded archive file
- Extract the included epf-composer-linux.gtk.x86.zip file (if it exist)
- Set MOZILLA_FIVE_HOME to the directory of Mozilla or Firefox libraries
- Change to epf-composer folder
- Start the program named epf
- It may be necessary to use the -vm argument to point EPF Composer at the correct JRE Example: ./epf -vm /usr/local/jre/bin/java
I've already tried set the MOZILLA_FIVE_HOME with directory of mozilla, but when i try to run the epf, nothing happens. No errors, no epf-composer, nothing. I found that i should set the MOZILLA_FIVE_HOME with the path to xulrunner (version 1.9, because version 2.0 isn't supported), but i've tried this too and all the same.
Anyone have any ideas how to fix this?