gpt4 book ai didi

eclipse - Eclipse 无法解析 Groovy Grape 导入

转载 作者:行者123 更新时间:2023-12-02 21:16:55 24 4
gpt4 key购买 nike

groovy eclipse 插件版本:1.7.5.xx-20101020-1000-e36-release。

import com.jidesoft.swing.JideSplitButton

@Grab(group='com.jidesoft', module='jide-oss', version='[2.2.1,2.3.0)')
public class TestClassAnnotation {
public static String testMethod () {
return JideSplitButton.class.name
}
}

new TestClassAnnotation().testMethod()

第一行错误:Groovy:无法解析类 com.jidesoft.swing.JideSplitButton

它可以作为groovy shell运行,但错误警告很无聊

最佳答案

当我在编辑器中编译它时,我得到了与从命令行编译或运行时相同的错误:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
General error during conversion: Error grabbing Grapes -- [unresolved dependency: com.jidesoft#jide-oss;[2.2.1,2.3.0): not found]

(and then a very long stack trace)

这就是你所看到的吗?

关于eclipse - Eclipse 无法解析 Groovy Grape 导入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4495399/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com