byte[] dec = new sun.misc.BASE64Decoder().decodeBuffer(str);
sun.misc.BASE64Encoder().encode(enc);Multiple ers at this line
- Access restriction: The constructor BASE64Encoder() is not accessible due to restriction on required library 
 C:\jdk1.6.0_22\jre\lib\rt.jar
- Access restriction: The method encode(byte[]) from the type CharacterEncoder is not accessible due to 
 restriction on required library C:\jdk1.6.0_22\jre\lib\rt.jar
- Access restriction: The type BASE64Encoder is not accessible due to restriction on required library C:
 \jdk1.6.0_22\jre\lib\rt.jar