why method Base64.encodeBase64String(byte) is not available

后端 未结 1 729
借酒劲吻你
借酒劲吻你 2021-01-22 10:27

Hello I have included in my project build path apache commond codec 1.7 .jar from the official web page but the method Base64.encodeBase64String(byte is not ava

相关标签:
1条回答
  • 2021-01-22 11:18

    Since I found this while searching for a similar problem I figured I would post it here so people can find it. The maven repository has a version of this library "20041127.091804" I assume this is a glitch where the date somehow got dumped into the version number but it shows up as the latest version and does not include this function. You can click on the versions button next to it and see that it is from 2005 and the latest version (as of when I write this) is 1.8. Hope this helps.

    0 讨论(0)
提交回复
热议问题