Java command not found on Linux

前端 未结 5 2092
眼角桃花
眼角桃花 2020-11-28 11:35

In Oracle Enterprise Linux when I type java I am getting

bash: java: command not found

I have installed Java 1.6 and I have t

5条回答
  •  我在风中等你
    2020-11-28 12:36

    I found the best way for me was to download unzip then symlink your new usr/java/jre-version/bin/java to your main bin as java.

提交回复
热议问题