[Bug 151] Java applet embended with object tag not started

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue May 13 11:26:30 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=151





------- Comment #1 from jsumali at redhat.com  2008-05-13 18:26 -------
This isn't working because gcjwebplugin does not recognize
classid="java:Pocasie.class", so the EMBED tag that gets passed is missing a
CODE= parameter as seen here from debug output: 

...
<EMBED CODEBASE="examples/" HEIGHT="125" WIDTH="750" CODEBASE="examples/" >
...


The following works as a temporary workaround:
  <applet codebase="examples/" code=Pocasie.class width=750 height=125>
  </applet>


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list