java1.2beta4 not compiling Classes which use JCE 1.2b1
RAMA_KRISHNA@HP-Cupertino-om8.om.hp.com
Thu, 24 Sep 1998 14:34:26 -0700
Hi,
SUB: java1.2beta4 not compiling Classes which use JCE 1.2b1
I wrote a sample from the examples given in docs
using JCE 1.2beta 1. ((jce12-beta1-dom.jar).
When I try to compile the sample using the java1.2beta4
Java compiler under Windows NT4 and I get the follwong Error.
>>>
javac CryptDecrypt.java
error: Invalid class file format:
d:\java\JavaCrypt\lib\javax\crypto\spec\PBEKey
Spec.class, wrong version: 46, expected 45
CryptDecrypt.java:90: Class javax.crypto.spec.PBEKeySpec not found.
PBEKeySpec pbeKeySpec;
<<<
I'll appreciate if you Please let me know the solution
for the above Error.
Thanks,
Rama Krishna
rama_krishna@hp.com