java - Why eclipse impose restriction on BASE64Encoder? -
i came across scenario required use base64encoder encoding , decoding. found in eclipse, restriction on class.
i want know there specific reason due done eclipse developers. if so,then reason?
note: not asking how resolve base64encoder restriction.rather want know reason restriction.
i believe relevant;
http://www.oracle.com/technetwork/java/faq-sun-packages-142232.html
summarising;
base64encoder part of sun.* package, "not part of public, supported interface" (as evgeniy put it, it's used "for internal purposes").
therefore;
"a java program directly calls sun.* packages not guaranteed work on java-compatible platforms. in fact, such program not guaranteed work in future versions on same platform."
i believe promised up-votes c:
Comments
Post a Comment