- Download the appropriate build from here.
- Run with
java -jar ScatterPlot3D-<version>.jar
on Linux systems or by double-clicking the JAR on Windows.
Documentation can be downloaded here. A gallery of application screenshots can be found here.
-
In IntelliJ: File -> Project Structure -> Artifacts -> + -> Extracted Directory ->
j3dcore.jar
;j3dutils.jar
;vecmath.jar
-
In IntelliJ: Build -> Build Artifacts...
-
Delete
SUN_MICR.RSA
andSUN_MICR.SF
from theMETA-INF
directory inScatterPlot3D.jar
. -
Create a root directory for each target build. In each root directory, create
main
andbinlib
sub-directories. -
Copy
ScatterPlot3D.jar
into/path/to/root/main/
and copy the appropriate native libraries into/path/to/root/binlib/
. -
Unjar
one-jar-boot-0.97.jar
in the root directory, and delete thesrc
directory. -
Edit
boot-manifest.mf
so that it reads:Manifest-Version: 1.0 Main-Class: com.simontuffs.onejar.Boot One-Jar-Main-Class: Run
-
cd /path/to/root
-
jar -cvfm ./one-jar.jar boot-manifest.mf .
(Note: make sure you include the period in the above command)