having trouble runing by app in intellij

hello guys i started project in intellij using spring boot and maven and lombok all that stuff but when i run the app it shows this error java: java.lang.ExceptionInInitializerError com.sun.tools.javac.code.TypeTag :: UNKNOWN
i use jdk 24 bythe away this is the file pom.xml:
6 Replies
JavaBot
JavaBot3mo ago
This post has been reserved for your question.
Hey @zma! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
ayylmao123xdd
ayylmao123xdd3mo ago
show the full error
Madjosz
Madjosz3mo ago
You could try upgrading to latest Maven compiler plugin 3.14.0 and lombok 1.18.38. Also you could try maven.compiler.release property instead of source and target, this might lead to a better exception message. Are you certain that the build is started with JDK 24 and it does not grab some other version from somewhere else?
JavaBot
JavaBot3mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
zma
zmaOP3mo ago
@ayylmao123xdd @Madjosz thank you guys i fixed the error
JavaBot
JavaBot3mo ago
If you are finished with your post, please close it. If you are not, please ignore this message. Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts. 💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?