TopiaryExplorer requires Java 6.
To check your version of Java open a command terminal and run the following:
java -version
TopiaryExplorer additionally requires that you have at least 2GB of RAM.
To install the release version of TopiaryExplorer download the release version here. After downloading, change to the directory where you’ve downloaded the file and from the command line unzip with the command:
tar -xzf te1.0.tgz
cd te_current
Then to run TopiaryExplorer, run the command:
javaws topiaryexplorer.jnlp
Alternatively you can work with the development version of TopiaryExplorer by checking the latest code out of the svn repository. Note that you may experience more bugs in the development version, but you’ll also have access to the latest features. Instead of downloading the release version, you’ll run the following commands:
svn co https://topiaryexplorer.svn.sourceforge.net/svnroot/topiaryexplorer/trunk/main TopiaryExplorer
cd TopiaryExplorer
Then to run TopiaryExplorer, run the command:
javaws topiaryexplorer.jnlp
If you’re working with very large trees 2GB of RAM (the default used by TopiaryExplorer) may not be sufficient. In that case you may want to start different versions of the jnlp which specifically use more RAM. We include versions that use 4GB and 8GB of RAM, which you can start with these commands (respectively):
javaws topiaryexplorer_4000mb.jnlp
javaws topiaryexplorer_8000mb.jnlp
If you have less that 2GB of RAM in your system, you can work with a version of TopiaryExplorer that requires only 1GB of RAM, but you will likely begin to notice performance issues. To work with that version open TopiaryExplorer with the command:
javaws topiaryexplorer_1000mb.jnlp