Download DiMmer here.

In order to run DiMmer, your computer must be able to run Java 8 applications. You can download Java here.

In order to run DiMmer, use the console of your operating system (Linux/Mac: bash or similar, Windows: cmd) and navigate to the selected download folder and type
java -Xmx4096M -jar dimmer.jar
This is necessary as the Methylation dataset exceed the standard values for the Java virtual machine. The parameter Xmx is used for increasing the allowed memory usage of DiMmer. In case DiMmer still aborts with a out-of-memory message, try increasing the value accordingly.