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:
i use jdk 24 bythe away this is the file pom.xml:
6 Replies
⌛
This post has been reserved for your question.
Hey @zma! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose 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.
show the full error
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?💤
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.
@ayylmao123xdd @Madjosz thank you guys i fixed the error
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.