7
Jul/091
Jul/091
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.
Comments (1)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
3:38 pm on June 1st, 2010
Great!
Thanks for the info