Not sure what I'm doing wrong here. My program contains the following lines:

System.err.println("Defining keyfile ..");
File keyfile=new File(System.getProperty("user.home"),".keystore");
System.err.println("Getting keystore instance ..");
KeyStore keystore=KeyStore.getInstance(KeyStore.getDefaultType());
System.err.println("Loading record from keystore ..");
keystore.load(new BufferedInputStream(new FileInputStream(keyfile)), ..



And it works OK with j2se-1.4.2_01. But under kaffe, it dies with the message:
java.security.KeyStoreException: No such type


So .. what am I doing wrong, and how do I get around it?

Regards .. G.

_________________________________________________________________
Get less junk mail with ninemsn Premium. Click here http://ninemsn.com.au/premium/landing.asp



_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to