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

From MIPAV
Jump to: navigation, search
Line 1: Line 1:
b
+
 
[[test]]
+
There exists a way within 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 [http://www.java.com/en/download/installed.jsp?detect=jdk&try=1 here].
 +
 
 +
* Java SE Development Kit. Version 1.5 or higher is needed. [http://java.sun.com/javase/downloads/?intcmp=1281 Download here]
 +
* Eclipse IDE for Java Developers.  The current version is required. [http://www.eclipse.org/downloads/ Download here]
 +
* A release of MIPAV. [http://mipav.cit.nih.gov/download.php Available here]
 +
* The following files:
 +
** [[File:PlugInDialogNewGeneric2.java]]
 +
** [[File:PlugInAlgorithmNewGeneric2.java]]
 +
** [[File:PlugInNewGeneric2.java]]
 +
 
 +
== 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

Revision as of 18:15, 11 March 2010

There exists a way within 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