Help installing JRE 7 on CentOS VPS

Discussion in 'Bukkit Help' started by xCr1MsOnZ, Mar 20, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    xCr1MsOnZ

    Hey guys, I'm fairly new to Linux, I just installed it on a VPS but I can't get Java to work.

    I've tried yum install java , which seems to get me the JDK, and I've tried rpm -ivh jre-7u17-linux-x64.rpm and still nothing.

    Note, I'm on CentOS 6 x64 bit.

    Thanks a lot!
     
  2. Offline

    Tanite

    Did you have that .rpm file available when you typed that rpm command? What kind of output did you get? Also, I believe the JDK comes with the runtime also but you might need to do "updatedb" and then "locate java" to find the binary (or something).
     
  3. Offline

    drtshock

    yum install java7

    :) That is all you should have to do. It's worked for me many times.

    Tanite The JRE comes with the JDK.
     
    TehKitti likes this.
  4. Offline

    xCr1MsOnZ

    Yep, that worked. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page