Maven. Transitive dependencies

后端 未结 4 1940
时光说笑
时光说笑 2020-12-14 06:33

My project P depends on dependency A which depends on dependency B. My project\'s pom.xml file includes A as a dependency, and its jar is included in P\'s classpath. Howev

4条回答
  •  天命终不由人
    2020-12-14 06:40

    In my case i forgot to start Eclipse with the -vm parameter, which should point to jdk/javaw.exe.

    Even after 5 Years of Java EE programming you still make greenhorn mistakes...

提交回复
热议问题