Buildr 找不到来自 Intellij 的 JAVA_HOME

发布于 2024-11-03 20:08:27 字数 455 浏览 0 评论 0原文

我在 Ubuntu 上安装了 Buildr,它可以从命令行正常运行。我还安装了 Intellij IDEA 的 Buildr 插件。但我无法从 IDE 运行诸如 compile 之类的命令。它给出以下消息:

/usr/local/bin/buildr compile
(in /path/to/project, development)
Compiling scala-spike
Compiling scala-spike into /path/to/project/target/classes
Buildr aborted!
RuntimeError : Are we forgetting something? JAVA_HOME not set.

但是JAVA_HOME已设置。命令 echo $JAVA_HOME 打印 Java 安装的正确路径。

I have Buildr installed on Ubuntu and it works fine running from command line. I've also installed the Buildr plugin for Intellij IDEA. But I can't run commands such as compile from the IDE. It gives the following message:

/usr/local/bin/buildr compile
(in /path/to/project, development)
Compiling scala-spike
Compiling scala-spike into /path/to/project/target/classes
Buildr aborted!
RuntimeError : Are we forgetting something? JAVA_HOME not set.

But JAVA_HOME is set. The command echo $JAVA_HOME prints the correct path where Java is installed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风启觞 2024-11-10 20:08:27

确保在启动 idea.sh 时传递 JAVA_HOME
尝试使用 sh -c "export JAVA_HOME=/opt/java && $IDEA/bin/idea.sh" 启动 IDEA

Make sure that you are passing JAVA_HOME while starting idea.sh.
Try starting IDEA with sh -c "export JAVA_HOME=/opt/java && $IDEA/bin/idea.sh"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文