No suitable classloader found for grab

前端 未结 7 1404
梦毁少年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.

提交回复
热议问题