I'm analyzing a jar statically. In this jar there are references to classes not defined neither into the jar itself nor in the pom.xml file or any other config file. How to retrieve automatically the jar containing the missing class without using an IDE?
Example: in the jython2.7.1b3 jar (https://mvnrepository.com/artifact/org.python/jython/2.7.1b3) there is a reference to "javax.servlet.HTTPServlet" (dependency found with JDeps) but not defined anywhere.