It's urgent : Signing the JAR

In my application there is a applet which tries to open a socket connection on client machine.

And as per JAVA specification it throws a security exception.

Which is absolutely right.

But I want to test this application.

Is there any utility or temporary signing clause which allows me to test the above thing with some limitations like u must have server and client (browser) running on same machine or anything.

Regards,

Sachin.

[481 byte] By [SachK] at [2007-9-30 21:52:38]
# 1

if you want to test it temporarily, sign the jar and install its certificate on your local machine and feel free to test the Applet. When finished, you can uninstall the certificate. If you need help about Java security, refer to the Java Security tutorial 1.2 at the sun tutorials.

Regards,

Mohammed Saleem

MohdSleem at 2007-7-7 3:20:56 > top of Java-index,Administration Tools,Sun Connection...