View Single Post
  #2 (permalink)  
Old 01-09-2008, 02:47 AM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 258
roots is on a distinguished road
shibajisanyal,

Code:
gnu.getopt.Getopt.<init>(Getopt.java:617) Getopt.java ... 617 if (System.getProperty("gnu.posixly_correct", null) == null) 618 posixly_correct = false; 619 else
Your code is trying to access system property thus java security is blocking it
Atleast if you could sign your applet, Java will ask you if you trust the applet or not ..
.. Following links might help you ..

Chapter 10: Signed Applets
keytool-Key and Certificate Management Tool
__________________
dont worry newbie, we got you covered.
Reply With Quote