Re: JyVisAD on Windows

Hi Frank,

> The last piece (I hope!) of my particular puzzle is one that may not even
> be a VisAD problem, but I'm hoping you can help me out. I need to use
> JNumeric along with VisAD, for the simple reason that my existing code
> already uses it and I don't want to re-write it. I'm having trouble getting
> the VisAD Jython script editor to find this jar file. I've tried setting
> the CLASSPATH variable, and dropping the jar into the VisADJython
> directory, home of graph.py and subs.py. It doesn't work.

My guess is to make sure your jar file is in your CLASSPATH,
then also put imports in your Python code (for each Class
in JNumeric) like:

  from package.class import *

Perhaps Tom or Curtis can correct me if I'm wrong.

Bill


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