- Download the jar file
- Go to Fiji>Plugins>Install PlugIn...
- Select the downloaded jar file.
- Ta ta! You can use EpiGraph!!
If you want to test the code in your computer, follow these steps:
1st, import the maven project found on this project
2nd, import to the eclipse project the eclipse-preferences.
3rd, install as an eclipse plugin:
- Windowbuilder
- Eclipse java development tools
- Swing Designer
4th If you have any trouble with the Epigraph package: Change the package to lower case.
5th Try to run the application as java application. It should be working.
6th Try to run the application as Maven build. All by default.
7th If you have any trouble with Maven not founding the JDK: Go to preferences and check if it's selected the JDK, not the JRE. If you don't have installed the JDK, install it.
To import our project into a maven project you need to add:
<dependency>
<groupId>es.escudero</groupId>
<artifactId>Epigraph_</artifactId>
<version>1.0.2</version>
</dependency>
Also add this repository:
<repository>
<id>Fiji-plugins</id>
<url>https://raw.github.com/ComplexOrganizationOfLivingMatter/Fiji-plugins/master/</url>
</repository>