Skip to content
Advertisement

java.lang.ClassNotFoundException: Cannot find implementation for

I need help with the following error:

JavaScript

UserMapper interface has

JavaScript

annotation. I use eclipse Neon with buildship plugin, org.mapstruct and spring are imported with Gradle. It works without this error on my colleague’s IntelliJ

Code for UserMapper:

JavaScript

From what I read it could do something with compiler failing to connect auto-generated code (Gradle does not set anything in AnnotationProcessing>FactoryPath)

Advertisement

Answer

Found probable cause:

https://github.com/mapstruct/mapstruct/issues/1159

looks like an issue between mapstruct and lombok

Edit:

Solution is to remove javaagent:lombok.jar from eclipse.ini, restart IDE and rebuild project, make a copy of files generated from annotation, add javaagent to eclipse.ini, restart IDE and rebuild project and restore copied files

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement