just
System requirements
Processors:
>= P4
RAM:
>= 256 MB
Java:
1.5.0 or higher
3D Graphics:
Windows
OpenGL or DirectX version
Download the java3d-1.3.2-win.zip and unzip to ..\java1.5.x\jre folder
java3d-1.3.2-win.zip
Linux
OpenGL version
Download the java3d-1.3.2-win.zip and unzip to ../java1.5.x/jre folder
java3d-1.3.2-linux-i586.zip
just application
How to run just application
1. Install Java3d available above
2. Download just.jar
3. open command prompt
4. cd directory_containing_just.jar
5.
java -Xmx128m -jar just.jar
(you may also use higher heap size: -Xmx256m )
In windows environment, just application may crash, when two 3D windows (such as three axis plot, PCP, space-time cube, Space box) are opened. In this case, Install directX from Microsoft.com and run the application as follows:
java -Dj3d.rend=d3d -Xmx128m -jar just.jar
Download sourcehere.