Message-Id: <34FF116C.334D55FD@hotmail.com>
Date: Thu, 05 Mar 1998 12:56:13 -0800
From: swarraj <swarraj@hotmail.com>
To: java-security@web4.javasoft.com
Subject: How to print from APPLET ??
hi!!
we are facing problem with the printing from an applet. We use netscape
4.04 with jdk 1.1.4 patch. We have not signed the applet and trying to
use the Netscape 4.04 's feature to use the security API, we have added
following line in the code and tested it on the LOCAL machine , where it
works fine.
PrivilegeManager.enablePrivilege("UniversalPrintJobAccess");
But when we port it on the Netscape server running on the NT machine we
get security Exception. : netscape.security.ForbiddenTargetException
Will u please guide us in this matter.
We have tried to use the Signed applet technique as per the DUKE
signing example on ur site but it also failed.
Swarraj Kulkarni.