[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 12:07:14 PDT 2008


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


jsumali at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from jsumali at redhat.com  2008-05-13 19:07 -------
(In reply to comment #1)
> 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>
> 

I just realized the following

<object classid="java:Pocasie.class" codebase="examples/"
type="application/x-java-applet" height="125" width="750">
  <param name="codebase" value="examples/" />

requires a <param name="code" value="Pocasie.class" /> in order for this applet
to work. Closing this bugzilla as invalid.


-- 
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