I have created signed applet to read file from client side. Now I have been facing problem with different roles of Operating System users.
E.G. I tried a sample signed applet from the Sun site - it worked fine while I was logged on as administrator, but failed while logged on as a regular user.
I am using following environment:
- Operating System: Windows 7
- Browser: IE 8
I feel that it is definitely problem of operating system different roles. But I have to deploy the signed applet functionality in non administrator role.
How can I do this without administrator role?