Link to home
Start Free TrialLog in
Avatar of sandeepaher
sandeepaher

asked on

read file using applet with premission for microsoft jvm and sun jvm

I would like to read file from client's pc using applet...for that i made applet with permissions:
com.ms.security.PolicyEngine.assertPermission(com.ms.security.PermissionID.FILEIO);

It works fine for microsoft jvm but for sun jvm it gives problem.....so i would like to know how to add file permission for sun jvm..
ASKER CERTIFIED SOLUTION
Avatar of armoghan
armoghan
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Giant2
Giant2