Re: Delaunay and Java3D

Hi Desiree,

>my classpath is
>
>.:/net/ipfy/hilbring/GISterm:/net/ipfy/hilbring/GISterm/jars/GIFEncoder.jar:
>/net/ipfy/hilbring/GISterm/jars/NetscapeSecurity.jar:
>/net/ipfy/hilbring/GISterm/jars/oracle.zip:
>/net/ipfy/hilbring/GISterm/jars/png.jar:
>/net/ipfy/hilbring/GISterm/jars/printf.jar:
>/net/ipfy/hilbring/GISterm/jars/xml.jar:
>/opt/local/java/JSDK2.0/lib/jsdk.jar:
>/net/ipfy/hilbring/uisjars/gwdb.jar:/net/ipfy/hilbring/uisjars/uisfw.jar:
>/net/ipfy/hilbring/GISterm/jars/x3d.jar:
>/net/ipfy/hilbring/GISterm/jars/jcchart401K.jar:
>/net/ipfy/hilbring/visad/visad_src-2.0.jar:/net/ipfy/hilbring/visad:
>/net/ipfy/hilbring/visad/visad

Your CLASSPATH must contain "/net/ipfy/hilbring/visad" (the *parent*
directory to your VisAD directory), and should not contain
"/net/ipfy/hilbring/visad/visad".  It also should not contain
"visad_src-2.0.jar" as this file is simply a bunch of packed .java files,
without .class files.  If you wish to use a JAR file for VisAD instead of
unpacking and compiling it, use "visad.jar" from the VisAD FTP site instead.

Here is a CLASSPATH that should allow you to compile successfully:

/net/ipfy/hilbring/GISterm:/net/ipfy/hilbring/GISterm/jars/GIFEncoder.jar:
/net/ipfy/hilbring/GISterm/jars/NetscapeSecurity.jar:
/net/ipfy/hilbring/GISterm/jars/oracle.zip:
/net/ipfy/hilbring/GISterm/jars/png.jar:
/net/ipfy/hilbring/GISterm/jars/printf.jar:
/net/ipfy/hilbring/GISterm/jars/xml.jar:
/opt/local/java/JSDK2.0/lib/jsdk.jar:
/net/ipfy/hilbring/uisjars/gwdb.jar:/net/ipfy/hilbring/uisjars/uisfw.jar:
/net/ipfy/hilbring/GISterm/jars/x3d.jar:
/net/ipfy/hilbring/GISterm/jars/jcchart401K.jar:
/net/ipfy/hilbring/visad:.

Let the list know if you still have problems.

-Curtis


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