gcjwebplugin doesn't parse width attribute in applets properly
John Pham
jhnphm at gmail.com
Fri Oct 19 18:53:34 PDT 2007
I'm getting this on the console when running an applet whose size is
specified in percent values instead of absolute pixel size,
specifically when running a "paintchat" applet such as this
http://chat.paintchat.jp/~aotama/paintchat01/paintchat.html:
GCJ PLUGIN: thread 0x7615e0: plugin_in_pipe_callback: setting status
HTML parsing: incorrect value for width/height attribute
HTML parsing: incorrect value for width/height attribute
java.lang.NumberFormatException: For input string: "100%"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:66)
at java.lang.Integer.parseInt(Integer.java:485) PIPE: plugin
read: status HTML parsing: incorrect value for width/height attribute
GCJ PLUGIN: thread 0x7615e0: plugin_in_pipe_callback return
at java.lang.Integer.valueOf(Integer.java:576)
at sun.applet.AppletViewerPanel.getWidth(AppletViewerPanel.java:134)
at sun.applet.AppletPanel.init(AppletPanel.java:216)
at sun.applet.PluginAppletViewer.<init>(PluginAppletViewer.java:109)
at sun.applet.PluginAppletViewerFactory.createAppletViewer(PluginAppletViewer.java:56)
at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:808)
at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:744)
at sun.applet.PluginMain.start(PluginMain.java:193)
at sun.applet.PluginMain.main(PluginMain.java:73)
PIPE: appletviewer wrote: status starting applet...GCJ PLUGIN:
thread 0x7615e0: plugin_in_pipe_callback
GCJ PLUGIN: thread 0x7615e0: plugin_in_pipe_callback: setting status
starting applet...
PIPE: plugin read: status starting applet...
GCJ PLUGIN: thread 0x7615e0: plugin_in_pipe_callback return
More information about the distro-pkg-dev
mailing list