aspose file tools
The moose likes Applets and the fly likes question about applet and client machine Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "question about applet and client machine" Watch "question about applet and client machine" New topic
Author

question about applet and client machine

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
My friend needs help from you guys, though it doesn't matter to you till it is helping SOMEONE...

Here is the question:


If I have a self signed applet that wants to print someting on the client
machine(i.e. machine on which the applet is accessed thru the
browser)...what changes are required in its security policy...


TIA.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35243
    
    7
If the applet is signed, and the certificate is accepted by the user, then no policy change should be required. It may also be necessary to run the printing code as privileged code, as is described here. What problems is he encountering?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: question about applet and client machine
 
Similar Threads
Problem with JSF and webcam
JavaApplication.exe
Java Database Applet
printign file using applet
how to write into a property file from web browser