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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -