FARSIGHT Tutorials/Building Software/Bio-Formats/Downloading Jace
From FarsightWiki
Overview
Jace is a set of C++ and Java libraries and programs that simplify and empower calling into Java code via JNI from C++. It is used to provide a set of C++ proxy classes corresponding to the Bio-Formats Java library classes.
Downloading Jace
Check out the Jace source code:
svn co https://jace.svn.sourceforge.net/svnroot/jace/trunk /path/to/jace
Where /path/to/jace is the desired location of your Jace source code checkout.
The above command assumes you have the svn command line tool for Subversion installed. It should also work fine to plug in the above information to any graphical Subversion client (e.g., TortoiseSVN).
Do not worry about compiling the Jace code; it will happen as part of the Bio-Formats C++ bindings build.
