Re: java1.2beta4 not compiling Classes which use JCE 1.2b1

schemers@Eng
Thu, 24 Sep 1998 14:41:36 -0700 (PDT)

This is a known problem. JCE 1.2b1 was compiled with a version of the
compiler that is not compatible with beta4 compiler. JCE will be
re-released shortly compiled with the beta4 compiler.

sorry about this,

roland

RAMA_KRISHNA@HP-Cupertino-om8.om.hp.com writes:
>
> 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
>
>
>
>
>