Problem:
I can not import the classes BASE64Decoder
and BASE64Encoder
, there are N code that use them and when I use them everything that is related does not work just because they are not found.
import sun.misc.BASE64Decoder;
import sun.misc.BASE64Encoder;
I need to understand why I can not find the sun.misc
package and the BASE64Decoder
and BASE64Encoder
classes. Who can help?