K
kurdt.johnston
Hi,
I am trying to find a work-around for a java applet.
I am trying to write to a log file using java.util.logging.
The problem is, I keep getting a file access violation.
restrictions.
One solution I came across earlier was to have the applet call an
application which will in-turn write to the file, but this is a it
messy.
Is it possible to use the policytool for an applet. If so, what
permissions should be granted to allow just enough permission to write
to the log file?
Does anybody have any suggestion as to what would be the best approach
for this?
Thank you in advance,
Kurdt
I am trying to find a work-around for a java applet.
I am trying to write to a log file using java.util.logging.
The problem is, I keep getting a file access violation.
easy task to write to files from an applet because of the securityFrom what I understand from reading various articles... it isn't an
restrictions.
One solution I came across earlier was to have the applet call an
application which will in-turn write to the file, but this is a it
messy.
Is it possible to use the policytool for an applet. If so, what
permissions should be granted to allow just enough permission to write
to the log file?
Does anybody have any suggestion as to what would be the best approach
for this?
Thank you in advance,
Kurdt