7
Jul/09
1

sun.misc.BASE64Encoder replacement required

The package sun.misc.BASE64Encoder that was used in some code I was referencing came up with a warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release

Not good for futureproofing!

Its replacement can be found using the relevant class from Apache Commons library. This is in the Codec suite of the Apache Commons library.

Filed under: Java
Comments (1) Trackbacks (0)
  1. sava
    3:38 pm on June 1st, 2010

    Great!
    Thanks for the info

Leave a comment

No trackbacks yet.