JSci Installation

Requirements

JSci requires J2SE 1.3 or higher. Some of the classes also require the xerces XML parser.

Installation

To install JSci onto your machine you need to:

  1. Remove any previous version of JSci by simply deleting the JSci directory.
  2. Unzip the current version of JSci.zip.
  3. Make sure your CLASSPATH environment variable contains a path to JSci/classes/core.jar.
  4. If required, also add any of the optional JAR files to your CLASSPATH.

Alternatively, simply copy the JAR files to your jre/lib/ext directory.

JAR files

All class files are Java VM 1.1 compatible.

ClassesDescription
core.jarBasic maths packages. (REQUIRED).
wavelet.jarWavelet packages (JSci.maths.wavelet).
sci.jarPhysics and chemistry packages.
astro.jarAstro packages.
biology.jarBiology packages.
xtra.jarJSci.awt, JSci.swing, JSci.io (requires xerces) and JSci.util packages.
mathmlimpl.jarMathML DOM implementation.
JSciBeans.jarJSci beans.

Return to JSci index.