今天分享一个小技巧,经常遇到在执行有写入csv脚本时,在log中出现以下错误信息
2021-11-25 10:05:56,257 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: ``//定义一个写入csv文件的地址 String filePath1 = "D://xntest//result.csv"; //定义一个写入的字段 Strin . . . '' : Typed variable declaration : Object constructor
原因就是"D://xntest//result.csv"这个地址的文件状态是打开着的,关闭它再次执行就可以了。
-------------------------------------------------------------------------------
如果觉得我的文章对您有用,请收藏+关注,您的支持是我坚持的动力!