Maybe the serialization was made with pre-1.4 (older than JRE 1.4) JSSE
which came as a separate download.
http://java.sun.com/products/jsse/install.html
Regards,
Arnaud
"Nomak" <> a écrit dans le message news:
20050418131232.6965cde1@recif...
> On Mon, 18 Apr 2005 12:17:24 +0200
> "Arnaud Berger" <> wrote:
>
> > Hi,
> >
> > This is pretty strange, I just tried a serialver pointing to the class
of
> > 1.4 and then to the class of 1.5.
> > The result is :
> >
> > in both cases , it returns me the ID of ITS JRE (from the JDK where
> > serialver was found)
> >
> > So, for each JRE, try to use its won serialver tool :
> >
> > /usr/java/j2sdk1.4.2_07/bin/serialver COM.rsa.jsafe.SunJSSE_dr
> > /usr/java/j2sdk1.4.2_06/bin/serialver COM.rsa.jsafe.SunJSSE_dr
> > /usr/java/j2sdk1.5.0/bin/serialver COM.rsa.jsafe.SunJSSE_dr
>
>
> well, another developper did this on his jdk (1.5) on windows, and he
found the same id.
>
> I don't understand what's happening.
>