When testing a Java class I’ve created using JUnit on Eclipse I get an error telling me: “the source attachment does not contain the source for the file KeyPairGenerator.java”. I’ve just installed Java JDK and Java JCE Unlimited Strength Juristiction Policy Files. I use Ubuntu 11.04.
I get the same error for DSAKeyPairGenerator.java. Any ideas?
When testing a Java class I’ve created using JUnit on Eclipse I get an
Share
You need to add the bouncycastle provider jar to java lib. Those classes are available in this jar.
Enjoy 🙂