異常: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文件,在這里重新再導入一次即可。