This is my Java code in a JSP file. I am getting
Base64Encoder cannot be resolved.
Why is it so? I have to add something relat
I suspect you're not using a standalone JRE instead of the one included in the JDK.
The class should now resolve.