I have this old project which was implemented a long time ago, and it uses sun.misc.BASE64Decoder and sun.misc.BASE64Encoder. When I imported the project into Eclipse it is showing me the that their imports cannot be resolved to a valid object.
I have tried using all the recommended methods on Stack overflow like turning errors into warnings. For references here's a screenshot
Thanks in advance for the help :)