[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.higgins] Re: Eclipse Releases Its First User-Centric Identity Framework

I had your same problem with stores and trying to create new stores.

My problem came associated to some InvalidKeySize exceptions or CardsStoreDecrypt exceptions (last one is not exactly this).

The reason of the problem comes because the encryption policy associated to your java virtual machine (JVM) its not the strong one. For solve it just download and install the JCE related with your runtime version.

http://java.sun.com/javase/downloads/index_jdk5.jsp for JDK - JRE 1.5
http://java.sun.com/javase/downloads/index.jsp for JDK - JRE 1.6
http://java.sun.com/j2se/1.4.2/download.html for JDK - JRE 1.4.2

The download link its at the bottom of each page.