// JP opened flex table

Click to See Complete Forum and Search --> : Newbie Question in regards to com.ms.security.*;


AAntix
June 1st, 2000, 04:30 PM
I am currently using Visual Cafe to develop an applet. I have signed my
applet, but am still receiving the error
com.ms.security.SecurityExceptionEx. SO I have done some reading and found
that I need to use Microsoft's prioprietary security class. Well, I
downloaded and installed the Microsoft Java SDK, but it still says it can't
the open the package "import com.ms.security".

What files do I need to "link" to so that Visual Cafe will recognize my
import com.ms.security.*; statement? There is a file called msjava.lib, is
this what I need? I don't see any jar files.

Basically it comes down to, with the Microsloth Java SDK, which files do
I need to support their security class, and how do I go about telling my dev
enviorment where these classes are at.

Any insight is certainly appreciated.

= AAntix =

June 9th, 2000, 01:18 AM
hi there although not very conversant with the ms version ..think i can help u ...make sure u keep the lib file in the same directory as of the java prog .
u have to modify ur class path also and jess in case u are using applets ..well man u have to rite in the java.policy file to grant permission ..
got more probs ..
rite in @ kvp24@hotmail.com with more details ...

Jan Meeuwesen
June 9th, 2000, 03:15 AM
Hi there,

I've also been working with signed applets (Only Netscape). It seems to me that you will have to set a classpath. A path so Visual Cafe knows where to find the classes. Just look in the help of Visual Cafe for classpath. I'm sure it's in there.

If you have any other questions just post them.

Greets,
Jan Meeuwesen.
##If you think this post is helpfull for you than please rate it##

//JP added flex table