ITK/Java Wrapping: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
=== Linux === | === Linux === | ||
{{ITK/Template/Footer}} |
Revision as of 17:09, 16 December 2005
Java Wrapping
This section describes how to wrap ITK classes for being used from Java.
Since slight differences exist depending on the platform where the wrapping is done, this section will describe those platforms independently.
Microsoft Windows
In order to wrap ITK for Java under Microsoft Windows you must start by gathering the following materials
- Java Software Development Kit (Java SDK) version 1.4.2
- ITK CVS version posterior to July 10 2004.
- CSwig
It is convenient to use CSwig from CVS and to checkit out inside the source tree of ITK.
Linux