摘要:
java.lang.IllegalStateException: Autowired annotation is not supported on static fieldsAutowired spring中的注解,不能用于静态的变量。解决办法:去掉注解,改成get、set方法。 阅读全文
posted @ 2012-10-30 14:46
光辉飞翔
阅读(7548)
评论(0)
推荐(0)
摘要:
异常: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文件,在这里重新再导入一次即可。 阅读全文
posted @ 2012-10-30 13:46
光辉飞翔
阅读(17446)
评论(0)
推荐(2)
浙公网安备 33010602011771号