Base64Encoder cannot be resolved

前端 未结 4 1045
一个人的身影
一个人的身影 2020-12-31 13:10

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

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-31 13:45

    You may need to do an import or specify the fully qualified class name for Base64Encoder

提交回复
热议问题