gpt4 book ai didi

java - Voldemort安装: could not find tools. jar

转载 作者:太空宇宙 更新时间:2023-11-04 11:31:26 25 4
gpt4 key购买 nike

我想对 Voldemort 进行一些实验,但在安装时,我在运行“gradlew build -x test”命令时收到错误消息“无法找到 tools.jar”。

关于如何解决这个问题有什么想法吗?

最佳答案

您没有在 build.gradle 中将 tools.jar 列为依赖项。

这就是我为本地解决方法所做的事情,它非常适合运行/测试。请注意,如果您要发布工件,则不会包含依赖项。

repositories {
flatDir dirs: System.getenv("JAVA_HOME") + "/lib/"
}

dependencies {
compile ":tools"
}

确保您的 JAVA_HOME 环境变量设置正确。另一种选择是 directly load the classes ,但这有点棘手。

关于java - Voldemort安装: could not find tools. jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43733540/

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