> > Hi friends,
> > My requirement is how to convet a decimal number of
[quoted text clipped - 22 lines]
> encoded Double q
> System.out.println(w);
There's a public domain Base64 class:
http://iharder.sourceforge.net/current/java/base64/

Signature
Sabine Dinis Blochberger
Op3racional
www.op3racional.eu
Simon Eichenauer - 07 Sep 2007 15:14 GMT
Hi Naveen,
just use the Base64Encoder contained in the rt.jar of your jdk.
sun.misc.Base64Encoder
If you use eclipse just use the strg-shift-R combination and write the name.
Simon
>> > Hi friends,
>> > My requirement is how to convet a decimal number of
[quoted text clipped - 25 lines]
> There's a public domain Base64 class:
> http://iharder.sourceforge.net/current/java/base64/
Simon Eichenauer - 07 Sep 2007 15:16 GMT
Sorry, its ctrl-shift-R... I have a german keyboard layout.
>> > Hi friends,
>> > My requirement is how to convet a decimal number of
[quoted text clipped - 25 lines]
> There's a public domain Base64 class:
> http://iharder.sourceforge.net/current/java/base64/