Signed Applets

Hi everyone,

I had signed an applet, but it seems that nothing have happened

Need I have to pay for a company in order to have the certification? Or my tag is wrong?

<APPLET NAME="MyApplet" CODE="MA.class" archieve="MyApplet.jar" WIDTH="0" HEIGHT="0">

Thanks in advance, Joel

[320 byte] By [joelplucas] at [2007-9-30 13:08:39]
# 1

Nice topic Joel, "Signed Applets" in the "Signed Applets" forum, verry helpfull.

If like you say so disciptively and helpfull "nothing have happened" than you have nothing to worry about.

I guess you should try again when something is happening (like users complaining).

In the meanwhile you could investigate/post a full trace of the SUN jre trying to load the applet.

To turn the full trace on (windows) you can start the java console, to be found here:

C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe

In the advanced tab you can fill in something for runtime parameters fill in this:

-Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect

The trace is here:

C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log

On signing applets:

http://forum.java.sun.com/thread.jsp?forum=63&thread=524815

second post

The applet tag has been depreciated by the w3c, you should use the object tag instead.

harmmeijer at 2007-7-4 18:32:11 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2
Sorry about that, I was very rushed when I had sent the message. However, your answer was helpfull. I will change the tag and will use the tool that you mentioned.Thanks, Joel
joelplucas at 2007-7-4 18:32:11 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3
> <APPLET NAME="MyApplet" CODE="MA.class"> archieve="MyApplet.jar" WIDTH="0" HEIGHT="0">You've got your parameter spelling wrong "archive" instead of "archieve". Please check
slfoong at 2007-7-4 18:32:11 > top of Java-index,Archived Forums,New To Java Technology Archive...