本文介绍了在文件中发生更改时获取JAX-RS java.lang.NullPointerException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
每次我在eclipse的java项目中更改代码行时都会收到错误:
Every time i change a code line in my java project in eclipse i get the error:
Failed to build or refresh the JAX-RS metamodel while processing a change in the Java Model
java.lang.NullPointerException
我不在我的java项目中使用JAX-RS!我在我的偏好中禁用了JAX-RS验证器,但错误仍然存在!
I don't use JAX-RS in my java project! I disabled JAX-RS validator in my preferences but the error is still there!
我的eclipse版本是:
My eclipse version is:
面向Web开发人员的Eclipse Java EE IDE。
Eclipse Java EE IDE for Web Developers.
版本:Luna Service Release 1(4.4.1)
Version: Luna Service Release 1 (4.4.1)
构建ID:20140925-1800
Build id: 20140925-1800
任何想法为什么?
推荐答案
右键单击您的项目> Properties> JAX-RS并禁用JAX-RS支持。
right click on your project > Properties > JAX-RS and disable JAX-RS support.
hf
这篇关于在文件中发生更改时获取JAX-RS java.lang.NullPointerException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!