Hi Bill,
When I try to compile Test46.java, I get a compile error:
visad\examples\AspectRatio.java:40: cannot access VisADException
bad class file: D:\visad\unzipped\visad\VisADException.class
class file contains wrong class: visad.VisADException
Please remove or make sure it appears in the correct subdirectory of the
classpa
th.
throws VisADException, RemoteException
^
Then I commented out VisADException but I had:
visad\examples\AspectRatio.java:40: cannot access VisADException
bad class file: D:\visad\unzipped\visad\VisADException.class
class file contains wrong class: visad.VisADException
Please remove or make sure it appears in the correct subdirectory of the
classpa
th.
throws VisADException, RemoteException
^
1 error
Are you able to compile Test46.java? I haven't changed my classpath and it
won't compile on my machine.
Thanks,
Michelle
Michelle Kam (408) 742-2881
Lockheed Martin Space Systems Co. SSM/ATC/MSIS
B/153 O/L922
1111 Lockheed Martin Way, Sunnyvale, CA 94089
-----Original Message-----
From: Bill Hibbard [mailto:billh@xxxxxxxxxxxxx]
Sent: Tuesday, July 08, 2003 1:09 PM
To: Kam, Michelle C
Subject: RE: .csv file
Michelle,
> I looked over Test46/47.java which you said would have examples of code to
> create glyph plots. But is there a way to create the glyph plot by just
> creating mappings in the mapping dialog box from the visad GUI?
No.
> I'm trying
> to see what an input data file with a lot of data points looks like when
it
> is displayed in a glyph plot. Alternatively, how did you see the output of
> Test46.java?
Run:
cd visad/examples
java Test46
Good luck,
Bill