Hi Steve, Thanks for the tip. After installing java3d I was able to
get rid of a lot of compilation errors, but I am still left with
a few:
error: Class visad.RemoteServerImpl not found.
error: Class visad.RemoteFieldImpl not found.
error: Class visad.RemoteFunctionImpl not found.
error: Class visad.RemoteDataImpl not found.
error: Class visad.RemoteThingImpl not found.
error: Class visad.RemoteDataReferenceImpl not found.
error: Class visad.RemoteThingReferenceImpl not found.
error: Class visad.RemoteDisplayImpl not found.
error: Class visad.RemoteActionImpl not found.
error: Class visad.RemoteCellImpl not found.
10 errors
*** Error code 1
make: Fatal error: Command failed for target `compile'
Any suggestions? Thanks a lot for your help.
Nash'at Ahmad
On Fri, 25 Sep 1998, Steve Emmerson wrote:
> Nash,
>
> >Date: Fri, 25 Sep 1998 11:02:48 -0400 (EDT)
> >From: "Nash'at Ahmad" <nashat@xxxxxxxxxxxxxxxxxxxxxx>
> >To: visad-list@xxxxxxxxxxxxx
> >Subject: visad compile error
>
> In the above message, you wrote:
>
> > I tried to compile visad and got the following errors:
> >
> >
> > *** Building in java3d
> > AVControlJ3D.java:30: Package javax.media.j3d not found in import.
> > import javax.media.j3d.*;
> > ^
> > DefaultDisplayRendererJ3D.java:32: Package javax.media.j3d not found in
> > import.
> > import javax.media.j3d.*;
> > ^
> > DefaultDisplayRendererJ3D.java:33: Package javax.vecmath not found in
> > import.
> > import javax.vecmath.*;
> > ^
> > DisplayRendererJ3D.java:33: Package javax.media.j3d not found in import.
> > import javax.media.j3d.*;
> > ^
> > DisplayRendererJ3D.java:34: Package javax.vecmath not found in import.
> > import javax.vecmath.*;
> > ^
> > DefaultRendererJ3D.java:30: Package javax.media.j3d not found in import.
> > import javax.media.j3d.*;
> > ^
> > RendererJ3D.java:30: Package javax.media.j3d not found in import.
> >
> >
> > I was wondering if someone can give me some pointers. Thanks a lot.
>
> It appears that the java compiler can't find the Java3D classes. This
> is consistent with a missing or improper Java3D installation. The
> Java3D package is separate from JDK1.2beta4 and must be installed
> separately (though on a Sparc system it does unpack into a
> previously-existing JDK1.2 installation). For information on how to
> install Java3D, see the following URL:
>
> http://www.ssec.wisc.edu/~billh/visad.html#prerequisites
>
> Note: If you're not registered as a Java developer, you'll have to in
> order to obtain the Java3D package. It's a very small deal. Consider it
> the price to pay for cutting-edge software.
>
> --------
> Steve Emmerson <http://www.unidata.ucar.edu>
>