Help! java.awt.Robot AWTException Problem

Hi everyone. I need help about using the Robot class. Actually I have tested the program and it is functioning correctly. But when I try to deploy it, to make it available on the server, using the Java web start (JNLP). The program wont start and there is an error saying "ccess denied (java.awt.AWTPermission createRobot)". I guess the problem is that I have to make a program that grants permission on using the Robot class or something like that. Does anyone knows how to deal with this error? Plsss... help!

[525 byte] By [shofea] at [2007-10-3 5:11:51]
# 1
1. You need to sign your jar file with a certificate you purchase or use a self-signed certificate. That decision is yours. 2. Then add <security><all-permissions/> </security>to your jnlp file.
Caffeine0001a at 2007-7-14 23:18:16 > top of Java-index,Desktop,Deploying...
# 2
Thank you very much Caffeine0001.
shofea at 2007-7-14 23:18:16 > top of Java-index,Desktop,Deploying...