Reputation: 1
Visual Studio Code does not include either servlet-api.jar or mssql-jdbc-7.0.0.jre8.jar, no matter where I put it.
I have put it in the lib directory of the jdk, jre, and local to the code(src directory).
Upvotes: 0
Views: 259
Reputation: 14956
Did you add the jar in the right way ?
you could refer to this issue :https://stackoverflow.com/a/56053944/10768653
and you could look at the doucument add jar
Upvotes: 1