NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: Question about JamaMatrix in Visad

Hi Charlie,

I do not know JBuilder, but this is definitely a CLASSPATH issue.

I just tested visad.matrix from the command line, and was able to
make it work as follows:

First, I saved the JAR file to C:\java\Jama-1.0.1.jar.

Then I did:
C:\java> set CLASSPATH=%CLASSPATH%;C:\java\Jama-1.0.1.jar
C:\java> java visad.matrix.JamaMatrix

And the program outputs some results.

Basically, you need to make sure Jama-1.0.1.jar is in your
CLASSPATH somehow (there is probably a way to configure the
CLASSPATH from within JBuilder), and it should "just work."

Good luck,
-Curtis

At 03:37 PM 7/14/2004, Charlie wrote:
>Thanks, Curtis.
>
>Even after the installation of Jama package, the test code still
>failed.  Can you
>help check whether my procedure(in window NT 2000) to set up Jama
>package is correct?
>
>1. Put Jama-1.0.1.jar  file in one directory
>2. Go to (JBuilder) tools-configure libraries... to configure Jama library
>3. import Jama.*  in test code which only constructs a matrix
>
>This way works for other package like VisAD, but fails for Jama. If my
>procedure is wrong, can you explain how to correct configure Jama
>package in Window NT 2000?
>
>Really appreciate your help.
>
>-Charlie


  • 2004 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: