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
You may need to do an import or specify the fully qualified class name for Base64Encoder