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

From MIPAV
Jump to: navigation, search
(better page)
Line 1: Line 1:
 
+
You can use Eclipse to develop plugins for MIPAV without access to the MIPAV source code.
There exists a way within eclipse to develop plugins for MIPAV without access to the MIPAV source code.
+
  
 
== Requirements ==
 
== Requirements ==
Line 6: Line 5:
 
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].
 
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]
+
* 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]
 
* 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]
 
* A release of MIPAV. [http://mipav.cit.nih.gov/download.php Available here]
Line 17: Line 16:
  
 
Installation should be completed in the following order.
 
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:31, 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.