GCJ 和 Java 主页

发布于 2024-10-30 05:27:11 字数 337 浏览 4 评论 0原文

我正在尝试在 CentOS 上安装软件,文档说的是这样的......

如果您使用的是 Linux 发行版 默认安装 GCJ( 包括所有最受欢迎的 发行版),然后在开始之前 您必须删除、禁用安装、 或规避 GCJ。如果你不能 删除它,你可以简单地确保 你的 JAVA_HOME 变量是正确的 设置,并添加Java运行时 环境的/bin/目录到 PATH 变量的开头 ~/.bashrc 或 /etc/environment,然后 在继续之前重新登录。

我想知道为此效果需要执行的确切命令。

(Java新手)

I am trying to install a software on CentOS and the doc says something like this...

If you are using a Linux distribution
that installs GCJ by default (which
includes all of the most popular
distros), then before you begin
installation you must remove, disable,
or circumvent GCJ. If you cannot
remove it, you can simply ensure that
your JAVA_HOME variable is properly
set, and add the Java Runtime
Environment's /bin/ directory to the
beginning of your PATH variable in
~/.bashrc or /etc/environment, then
relog before continuing.

I will like to know the exact commands I need to execute to that effect.

(Java Newbie)

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

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

发布评论

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

评论(1

顾冷 2024-11-06 05:27:11

例如,安装 Oracle JDK 后,您可以使用以下命令:
替代方案--config java。该命令必须以 root 用户身份执行。

After you've installed for example the Oracle JDK then you can use the following command:
alternatives --config java. This command has to be performed as root user.

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