Hi all
I am getting following error while i run my java swing app through linux script, but no error while executing by java -jar myapp.jar on shell, is there any clue to resolve this error
java.awt.eventqueue3.run
java.security.accesscontroller.doPrevilidged(native method)
java.security.protectiondomain$javasecurityaccessimpl.dointersection
java.awt.eventqueue.dispatchevent

