You will need a Java runtime environment to run Radié. Everything else you need is included below.
Complete package:
Components:
If you do not have JOGL installed on your computer, you will need the following four files:
jogl.jar - this should go in a subdirectory called ‘lib’
The following three files should be placed in the same directory as the Radié .jar:
There is also a readme file that explains what to do with these files.
The JOGL files are released under the BSD software license. Please ensure you comply with the terms of this license if you wish to redistribute the JOGL files.
You can also download a sample tree if you would like a working example of our extension to the NEXUS format.
Finally, we have prepared a Perl script that can be used to interactively add and edit leaf properties in your NEXUS file.

March 24th, 2009 at 7:23 pm
Hello,
Do you have any suggestions for getting this to run on a Mac OS X Leopard system? I keep getting failures of:
Exception in thread “main” java.lang.UnsatisfiedLinkError: no jogl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:78)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:101)
at com.sun.opengl.impl.NativeLibLoader.access$100(NativeLibLoader.java:47)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:109)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:107)
at com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.(MacOSXGLDrawableFactory.java:52)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
at javax.media.opengl.GLCanvas.(GLCanvas.java:113)
at javax.media.opengl.GLCanvas.(GLCanvas.java:82)
at view.AppFrame.(AppFrame.java:53)
at view.Main.main(Main.java:52)
Thanks,
Burke Bundy
March 24th, 2009 at 8:33 pm
It seems to not be finding the jogl.jar that ships with Radie. I don’t offhand know how to modify the Java library path to include the location of jogl.jar, but can try this on our Mac server in the lab.
March 27th, 2009 at 12:14 pm
For running on Linux amd64, here is what I did:
1) installed Sun Java SDK amd64 for Linux in $JAVA_HOME;
2) got jogl v1.0.0 amd64 for Linux from https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=5971&expandFolder=5971&folderID=271 (what is important is to have the file libjogl_drihack.so, which disappeared in v1.1);
3) copied all the jogl .so files to $JAVA_HOME/jre/lib/amd64/
4) to execute: “java -jar TreeViz.jar” (making sure “java” is the Sun one we just installed)
And voilà!
March 27th, 2009 at 12:15 pm
Oh, and don’t forget to make the .so’s executable, too.