spark-basic-structure icon indicating copy to clipboard operation
spark-basic-structure copied to clipboard

java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags

Open mdtawfik opened this issue 5 years ago • 0 comments

I ran into this issue while building your great example with maven, and after googling i found that it has something to do with lombok version 1.16 running in Java 10+, so I have upgraded it locally on my machine to version 1.18.6 and it is working for me.

mdtawfik avatar Mar 09 '19 16:03 mdtawfik