Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting JAX-RS java.lang.NullPointerException when changes in file

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

I don't use JAX-RS in my java project! I disabled JAX-RS validator in my preferences but the error is still there!

My eclipse version is:

Eclipse Java EE IDE for Web Developers.

Version: Luna Service Release 1 (4.4.1)

Build id: 20140925-1800

Any ideas why?

like image 828
Gatschet Avatar asked Dec 20 '22 08:12

Gatschet


1 Answers

right click on your project > Properties > JAX-RS and disable JAX-RS support.

hf

like image 61
Karlson Avatar answered May 11 '23 07:05

Karlson