How can I resolve my class from a different jar with same structure like another

前端 未结 4 1298
后悔当初
后悔当初 2020-12-11 18:12

How can I resolve my class from a different jar with same structure like another

Note : Though the jars in question contains the word

4条回答
  •  星月不相逢
    2020-12-11 18:25

    This jar includes org.openqa.selenium.browserlaunchers.Proxies, try adding it to your classpath:

    https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-api/2.4.0/selenium-api-2.4.0.jar

    If you miss other classes, you can search them by classname with Advanced Search on Maven Central Repository: https://search.maven.org/#advancedsearch%7Cgav

提交回复
热议问题