Community
Participate
Working Groups
The Eclipse JVM preferences does not include all the needed jar files from the Java 1.4.1_01 JDK package. I needed access to the javax.crypto package, but this wasn't available when I use the default JRE classpath. I added the jce.jar manually and now I can compile my code. Another issue is that I can not seem to get my unittest working when I use the crypto package. I always get an error that the algorithm is not supported (although it works if I just use the plain JRE/JDK installation).
Are you using a JRE container instead of the JRE_LIB variable?
*** This bug has been marked as a duplicate of 28818 ***