It's me again. I got my JSVGCanvas application working just fine. Now I am
trying to turn it into an japplet. I replaced the main function with an
init function and created some HTML (used an object tag and specified the
1.3 Java plugin) to display it. When I attempt to view the HTML containing
the japplet the applet fails to initialize. The Java console shows this
exception:
load: SVGViewerApplet can't be instantiated.
java.lang.InstantiationException: SVGViewerApplet
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)
The Java plugin is:
Java(TM) Plug-in: Version 1.3.0_01
Using JRE version 1.3.0_01 Java HotSpot(TM) Client VM
Has anyone used JSVGCanvas in an applet? Does anyone have any idea what
could be causeing this exception?
Thanks,
Jim Urban
Product Manager
Netsteps Inc.
Suite 505E
1 Pierce Pl.
Itasca, IL 60143
Voice: (630) 250-3045 x2164
Fax: (630) 250-3046
<<attachment: winmail.dat>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
