Hi Isaac,
It looks like the appletviewer is not finding your visad.jar file.
Before conversion, make sure you did something like:
<applet code="MyClass.class" codebase="visad.jar" width=300 height=300>
If you still have trouble, I would need to see your HTML source,
and maybe your applet source to diagnose it.
-Curtis
At 05:27 PM 6/19/2002, you wrote:
> I will be glad if some one can help me with a problem at hand now
>concerning how to display my application in a browser.Infact i
>HTMLConverter installed,Java3D 1.2.1 also installed, but i get some
>errors like NoclassDeffounderror,Visad/DisplayImpl;
>
>java.lang.NoClassDefFoundError: visad/VisADException
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Unknown Source)
> at sun.applet.AppletPanel.createApplet(Unknown Source)
> at sun.plugin.AppletViewer.createApplet(Unknown Source)
> at sun.applet.AppletPanel.runLoader(Unknown Source)
> at sun.applet.AppletPanel.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)