Edit page History How do I edit this website?

IntelliJ with GitHub

Install Community Edition of IntelliJ : https://www.jetbrains.com/idea/download/#section=windows

Install the latest Micromanager 2.0 nightly : https://download.micro-manager.org/nightly/2.0/Windows/

The location of where you have micromanager 2.0 Gamma installed will be used for Working directory later and for including the location of ij.jar.

Install Adopt OpenJDK 8
https://adoptopenjdk.net/

Fork Micromanager 2.0 Repository into your own GitHub Account and name it.
https://github.com/micro-manager/micro-manager

Annotation_2020-04-15_104551.png

From IntelliJ menu, select New -> Project from Version Control.

Annotation_2020-04-15_104651.png

Select the new github repository that was forked earlier

Annotation_2020-04-15_105034.png

Right click on your projects name, and select Open Module Settings

Annotation_2020-04-15_115545.png

Add ImageJ ij.jar and other jars from Micromanager’s install directory

Annotation_2020-04-15_113304.png

Confirm that you have 1.8 JDK configured

Annotation_2020-04-15_111428.png

Create a new Run/Debug Configuration

Annotation_2020-04-15_105409.png

Select an Application Template, and then the + Sign
Main Class: ij.ImageJ

VM Options: -Xmx3000M -Dforce.annotation.index=true

Working directory: C:\Program Files\Micro-Manager-2.0gamma

JRE: 1.8

Annotation_2020-04-15_110259.png