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!

