Date: Wed, 21 May 1997 16:31:27 +0100
From: Liji Nell <Lnell@crmcom.com>
To: java-security@web2.javasoft.com
Subject: Please advise....
Hello there!!!
We are using JDK1.1.1 in the Windows95/NT environment.
We have an applet that connects to a SQL server and downloads the
records to a local paradox table.
It connects and downloads no problem whatsoever. I never got the
security exception. And therefore never had to use javakey's signing
stuff. The source code was edited and compiled in Microsoft's J++1.1.
The example for demonstrating the Javakey's usabliity needed the
identity to created else it would make the exception.
The question is: How come I did not get the exception for the applet.?
Even if appletviewer works with the signed JAR file to avoid the
exception will Communicator support the same JAR files ?
For the connection to SQL server and paradox table we use ODBC drivers.
But they are too slow and so we are looking for a better alternative.
So we are thinking of writing Text files in java.
Now I use the FileOutputStream to write to the text files and I get a
CheckWrite exception. why? How do I overcome that?
Thankx
Lnell@crmcom.com