No suitable classloader found for grab

前端 未结 7 1399
梦毁少年i
梦毁少年i 2020-12-06 10:13

I have this at the beginning of a class:

@Grab(group = \'org.ccil.cowan.tagsoup\', module = \'tagsoup\', version = \'1.2\')
class MyClass{...
相关标签:
7条回答
  • 2020-12-06 10:38

    Add the plugin snapshot update site for Kepler.

    This seems to solve the "..no suitable classloader problem". Unfortunately, I still had to add the grape repo to the classpath for the project after this.

    0 讨论(0)
提交回复
热议问题