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.

visad jar

i have a visad application which works fine as an applet when i put the
visad.jar file in the applet tag. when i added another achive file to it
like shown below:


<HTML><BODY> 
<APPLET CODE="Vasxpro.class" ARCHIVES="visad.jar,classes.jar"  WIDTH=700
HEIGHT=500 MAYSCRIPT> 
</APPLET> 
</BODY></HTML>

i get an error which says:

java.lang.NoClassDefFoundError: visad/DisplayImpl
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Unknown Source)
        at sun.applet.AppletPanel.createApplet(Unknown Source)
        at sun.applet.AppletPanel.runLoader(Unknown Source)
        at sun.applet.AppletPanel.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

when i remove classes .jar, it works fine, is there something that i am
missing?  i need som help on this

thanks

Isaac


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