Screenshots
Perfidix comes with a programming interface for invoking the source and with an Eclipse plugin accessible over the update site http://disy.github.com/perclipse/.
Please note that you need to have the perfidix-jar in your classpath to make Perclipse work. This can either happen over
- maven, by inserting perfidix to your dependency:
<dependency> <groupId>org.perfidix</groupId> <artifactId>perfidix</artifactId> <version>3.6.6</version> </dependency>
- eclipse, by adding perfidix as library over a QuickFix as shown in the screenshot below