异常:The type com.sun.star.lang.XEventListener cannot be resolved. It is indirectly referenced from required .class files

在导入jar包时,出现次错误。点击提示,提示你要修改build path。

出错原因:粘贴复制其他项目中lib下的jar文件到自己的项目lib下时,build path没有相应的随之改变,所以会报错说找不到。

解决办法:打开config build path。。。,将copy的jar文件,在这里重新再导入一次即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-11
  • 2021-10-07
  • 2019-09-28
  • 2021-07-10
  • 2021-11-29
相关资源
相似解决方案