Nick Hawk
Nick Hawk

Reputation: 1

Jar in classpath not recognized

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

Answers (1)

Leo Zhu
Leo Zhu

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

Related Questions