http://www.oreilly.c...atalog/javaxml2 and no matter what I try, I am not able to get this program working. I have tried different IDEs, different versions of Java, no luck on debugging, etc. A copy of the source code can be found here:
http://www.desoler.c...iewer.java.html
When I run the code, I get the following error:
java.lang.ClassCastException
at sun.applet.AppletPanel.createApplet(AppletPanel.java:619)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:548)
at sun.applet.AppletPanel.run(AppletPanel.java:299)
at java.lang.Thread.run(Thread.java:534)
This happens as the class is instantiated, and I am unable to do anything before the code executes. Any ideas?
- Joe -
Edited by stu_design, 10 June 2005 - 10:58 AM.