Skip to content

[Java] Run tests fails #12976

Answered by Sim4n6
Sim4n6 asked this question in Q&A
Apr 30, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

It seems that the error file javac-output-30540.log has this error:

[2023-04-30 11:42:33] [javac-output-30540] warning: [options] bootstrap class path not set in conjunction with -source 8
[2023-04-30 11:42:34] [javac-output-30540] BadServlet1.java:10: error: cannot find symbol
[2023-04-30 11:42:34] [javac-output-30540] import javax.servlet.annotation.WebServlet;
[2023-04-30 11:42:34] [javac-output-30540]                                ^
[2023-04-30 11:42:34] [javac-output-30540]   symbol:   class WebServlet
[2023-04-30 11:42:34] [javac-output-30540]   location: package javax.servlet.annotation
[2023-04-30 11:42:34] [javac-output-30540] BadServlet1.java:18: error: cannot find symbol
[2023…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sim4n6
Comment options

Answer selected by Sim4n6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant