EUREKA is currently not under development or maintenance. We recommend referring to our original paper to replicate the method.
EUREKA ver.1.1
Before the installation of EUREKA, please confirm whether your pc has Graphviz and JDK. If not, download them from the following sites:
EUREKA Binary
Eureka ver.1.1 (Build 20090630) <- Not available now
Graphviz [Link]
Graph visualization software
The latest version: 2.38
JDK (Java Development Kit) [Link]
The latest version: JDK 8u5
Install to Windows
EUREKA
Unzip EUREKA_win_1.0.zip on the desktop
Graphviz
Download graphviz-*.msi (e.g., graphviz-2.38.msi) and double click it to install
Set the path for dot by modifying "setting.txt" as follows:
#/dotCommand dot (n.b. tab delimited)
/dotCommand C:\Program Files (x86)\Graphviz2.38\bin\dot
JDK
Download jdk-*-windows.exe (e.g. jdk-8u5-windows-x64.exe) and double click it to install
Now you are ready to use Eureka. Double click EUREKA1.1.jar
Install to Mac
Graphviz
Download graphviz-*.pkg (e.g., graphviz-2.38.0.pkg) and double click it to install (n.b. the path of dot is /usr/local/bin/dot).
JDK
Download jdk-*-macosx-x64.dmg (e.g., jdk-8u5-macosx-x64.dmg) and double click it to install.
EUREKA
Unzip EUREKA_mac_1.1.zip
Move EUREKA folder to /Users/your_account_name (e.g., /Users/sasahara/EUREKA)
Set the path of workspace in setting.txt (tab delimited): e.g., /workSpacePath /Users/sasahara/EUREKA/workspace
Now you are ready to use Eureka. Double click EUREKA1.1.jar.
Install to Linux
Graphviz
JDK
Install Graphviz and JDK using a pakege management system of your linux (e.g., apt-get, emerge, rpm, yum, and so on).
EURKA
Unzip EUREKA_linux_1.1.zip
Move EUREKA to /home/your_account_name/ (e.g., /home/sasahara/EUREKA)
Type the following command to launch EUREKA
java -jar EUREKA.jar