The Java Just Intonation Calculator is a tool for calculating and hearing Just Intoned Tunings. New! Tutorial! Click here for a Feature List For more information about just intonation, see the Just Intonation Network webpage.
The JJiCalc will run on any computer with Java installed. To find Java for your computer look at apple.com/java/ for OSX, http://developer.apple.com/java/classic.html for OS 9, or java.sun.com/j2se/1.4.1/download.html for other operating systems.
It is possible to get the very latest source code via CVS. To do this, first go to a folder where you would want to put the source code, like ~/Documents, then type:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jjicalc loginWhen it asks for the password, just press enter and wait for the prompt to return. Now type the following command. This will take some time as it checks out all the files for the project.
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jjicalc co JJiCalc
If you want source code, maybe you should be a developer! See SourceForge.net for information on how to sign up or Send a Message to the project admin.