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: Problem with JAVA3D

Ludovic,

>Date: Mon, 27 Apr 1998 13:46:16 -0700 (PDT) 
>From: Ludovic Breger <breger@xxxxxxxxxxxxxxxxxxx>
>To: visad-list@xxxxxxxxxxxxx
>Subject: Problem with JAVA3D 
>Keywords: 199804272046.OAA13106 

In the above message, you wrote:

> Hi, 
> 
> I am (still) trying to compile visad on a UltraSparc.
> I get the errors below and it seems that the compiler does not
> recognize the java3d library. I have tried to set my CLASSPATH variable
> in different ways but nothing helps! It is currently set to
> 
> CLASSPATH=/scr/02/breger:/data/09/breger/Java3D/lib/appext/jd3dutils.jar:/data/09/breger/Java3D/lib/sysext/jd3core.jar:/data/09/breger/Java3D/lib/sysext/vecmath.jar:/data/09/breger/Java3D/lib/sysext/jd3daudio.jar:/data/12/breger/:.:/data/09/breger/Java3D/lib/appext:/data/09/breger/Java3D/lib/sysext:
> 
> Thanks a lot for your help
> 
> Ludovic
> UCBerkeley Seismological Laboratory
> 
> -----------------------------------------------------------
> 
> javac -J-mx32m *.java
> javac java3d/*.java
> java3d/AVControlJ3D.java:30: Package javax.media.j3d not found in import.
> import javax.media.j3d.*;

Interesting.  Does your core Java3D jar(1) file contain the
"javax.media.j3d" package?  E.g.:

    $ jar -tf /data/09/breger/Java3D/lib/sysext/jd3core.jar | grep \
    'javax.media.j3d.' | head
    javax/media/j3d/
    javax/media/j3d/nativeWSInfo.class
    javax/media/j3d/Canvas3D.class
    javax/media/j3d/View.class
    javax/media/j3d/CanvasViewCache.class
    javax/media/j3d/Renderer.class
    javax/media/j3d/Screen3D.class
    javax/media/j3d/GraphicsContext3D.class
    javax/media/j3d/AppearanceRetained.class
    javax/media/j3d/NodeComponentRetained.class

--------
Steve Emmerson   <http://www.unidata.ucar.edu>



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