users
[Top] [All Lists]

How to change java.policy at the client remotely

To: users@xxxxxxxxxx
Subject: How to change java.policy at the client remotely
From: "Manisha Kode" <mkkode@xxxxxxxxxxx>
Date: Mon, 18 Oct 2004 15:54:32 -0400
Bcc:
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Hello All,

I have an applet which has JDBC connection to oracle DB. To be able to run this applet with DB connection I need to make sure that java.policy has following permissions

permission java.util.PropertyPermission "oracle.jdbc.J2EE13Compliant", "read";
permission java.util.PropertyPermission "oracle.jserver.version", "read";


I do not want to go to client machine to machine to make those changes in java.policy as I am not sure who all will be accessing this applet. Is there any way i can do it remotely....

If anyone has worked on this problem previously or if anyone has any idea about how to tackle it.. I would really appreciate the help.

Thanks in advance
Manisha K Kode.

_________________________________________________________________
Check out Election 2004 for up-to-date election news, plus voter tools and more! http://special.msn.com/msn/election2004.armx



<Prev in Thread] Current Thread [Next in Thread>