Installation
- Create a directory called "JNL" or whatever name you
prefer on your local drive.
- Download
the version of the JNL software into the directory that you created.
- Unzip the downloaded file inside the JNL directory using the appropriate
utility. Zip2.1 was used to create the JNL distribution zip file.
This version of zip was used because it allows one to create a "portable"
version of the distribution. In particular, long filenames and case sensitivity
are accomodated. Use the version of unzip that is appropriate for your
environment to unzip the downloaded file. If you do not have the
unzip utility available, you may obtain the version for your particular
platform from our ftp site.
- After you have finished the installation, the JNL directory will
have the following structure:
-
-
JNL
-
|
-
_____________________________________
-
|
|
-
api
Classes
- |
|
- |
VisualNumerics
- |
|
- |
math
- |
|
- |
___________________________________________
- |
| | |
|
- |
BLAS.class Complex.class ...
other classes ...
Statistics.class
-
|
- _____________________________________________________
- |
| |
|
|
- images intro.html index.html ... other
html files ... Package-VisualNumerics.math.html
- |
-
- The api folder contains the javadoc-generated list of classes and methods
in the VisualNumerics.math package.
-
- Update the CLASSPATH environment variable to include the Classes subdirectory of the JNL directory.
- Start using the JNL.