Difference between revisions of "Writing MIPAV plugins without MIPAV source code"

From MIPAV
Jump to: navigation, search
Line 52: Line 52:
 
| 4
 
| 4
 
| Also on the libraries tab, click Add External JARs and then add all the files from the mipav libs directories.
 
| Also on the libraries tab, click Add External JARs and then add all the files from the mipav libs directories.
| Blah
+
| [[Image:External JARS.jpg|thumb|550px]]
 
|}
 
|}

Revision as of 18:45, 11 March 2010

You can use Eclipse to develop plugins for MIPAV without access to the MIPAV source code.

Requirements

First, you'll need to download the following software. Note that Java may already be installed on your system. Find out what version of Java you have here.

Installation

Installation should be completed in the following order.

Installing Java

Java installation simply requires following the prompts.

Installing Eclipse

Open the downloaded zip file. Unzip the entire contents to a convenient folder, such as C:\Program Files\

Installing MIPAV

Mipav installation is also quickly completed by following the prompts. Note where you installed MIPAV, by default this is in the folder C:\Program Files\mipav

Building the Eclipse project

Steps for building MIPAV.
Step Text Picture
1 Start Eclipse. A dialog will ask you where the default workspace is located. Note the location it specifies and then click OK. With Eclipse started, click File, then New, then Java Project.
New Project.jpg
2 Name your project mipav-plugin. Ensure that the button next to "Create seperate folders for source and class files" is checked. Click the Next button.

On the Source tab, change the Default output folder tab to "mipav-plugin/classes"

Java Settings.jpg
3 On the libraries tab, click "Add External Class Folder" where you'll want to navigate to where you installed MIPAV. Select the corresponding folder.
External class folder.jpg
4 Also on the libraries tab, click Add External JARs and then add all the files from the mipav libs directories.
External JARS.jpg