gpt4 book ai didi

gradle - gradle + gretty:找不到jai_core.jar

转载 作者:行者123 更新时间:2023-12-03 03:36:28 31 4
gpt4 key购买 nike

当我跟进http://akhikhl.github.io/gretty-doc/Getting-started.html,I时出现错误:

FAILURE: Build failed with an exception.

What went wrong: Could not resolve all files for configuration ':compileClasspath'.

Could not find jai_core.jar (javax.media:jai_core:1.1.3). Searched in the following locations: https://jcenter.bintray.com/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar



gradle的版本是3.3,请帮助我,谢谢。

最佳答案

您的链接无效。删除“,l”会有所帮助。

对于您的问题:我不知道它是否对您有用,我在fx Projekt中使用jai_core-1.1.3.jar解决了问题,如下所示:

repositories {
maven {
url "https://repo1.maven.org/maven2"
artifactUrls "http://maven.geotoolkit.org"
}
}

作为build.gradle中的替代品:
repositories {
jcenter()
// enable this to use snapshot versions of Gretty:
// maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

希望能帮助到你。

关于gradle - gradle + gretty:找不到jai_core.jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41691133/

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