GCJ 和 Java 主页
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,安装 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.