http://bugs.winehq.org/show_bug.cgi?id=4873
Summary: Sun's appletviewer can't load applets Product: Wine Version: CVS Platform: Other URL: http://java.sun.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Sun's latest Java 1.5.0_06 appletviewer crashes on startup due to bug 4143. Applying the patch in bug 4143#42 gets past that, and lets the appletviewer actually put up a window. But then Java complains
java.lang.NoClassDefFoundError: InputField at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) at java.lang.Class.getConstructor0(Class.java:2640) at java.lang.Class.newInstance0(Class.java:321) at java.lang.Class.newInstance(Class.java:303) at sun.applet.AppletPanel.createApplet(AppletPanel.java:721) at sun.applet.AppletPanel.runLoader(AppletPanel.java:650) at sun.applet.AppletPanel.run(AppletPanel.java:324) at java.lang.Thread.run(Thread.java:595)
(I used the demo applets at http://java.sun.com/applets/jdk/1.4/ Both the ones I tried had this problem.)