Building the Vecmath Packages

To build the vecmath packages, you must first download the vecmath CVS repository:

NOTE: this top-level directory must be named "vecmath".

System Requirements

Vecmath is 100% Java, so any operating environment that supports J2SE should work.  We have built vecmath on the following operating environments:
The following software must be installed:
Building Vecmath

Before you start building, please check that your PATH must include the following directories:
    .    <ant-root-dir>/bin
    .    <jdk-root_dir>/bin

The default target, jar-opt, creates an optimized jar files.

Steps:

    cd <java3d-root-dir>/vecmath
    ant

This will build the javax.vecmath package.  The build will be put in vecmath/build/opt

Other targets can be found by typing "ant -projecthelp".  Note that ant
must be run from the top-level directory.