java and redhat 9

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrPopup
    Confirmed User
    • Aug 2002
    • 3783

    #1

    java and redhat 9

    wtf?

    trying to install....all the reference materials for helping with installation refer to the java 2 sdk as something like

    j2sdk-1_4_1_<version number>-linux-i586-rpm.bin

    yet i just downloaded the latest version which is called:
    Java(TM) 2 Runtime Environment, Standard Edition 1.4.2
    <b>j2re-1_4_2-linux-i586-rpm.bin</b>

    I followed the install instructions completely...i thought i screwed something up but it did install because i get an ALREADY INSTALLED MESSAGE when I tried a reinstall......Yet when i do a

    java -version

    i get
    bash: java: command not found

    <table cellspacing="0" cellpadding="3" border="1" bgcolor="#008000"><tr><td><font size=3>Gone</font></td></tr></table>
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2
    rm -r usr/local/apache

    Comment

    • rudeboi
      Confirmed User
      • Jun 2003
      • 262

      #3
      Originally posted by MrPopup
      [B]wtf?

      trying to install....all the reference materials for helping with installation refer to the java 2 sdk as something like

      j2sdk-1_4_1_<version number>-linux-i586-rpm.bin

      yet i just downloaded the latest version which is called:
      Java(TM) 2 Runtime Environment, Standard Edition 1.4.2
      <b>j2re-1_4_2-linux-i586-rpm.bin</b>

      I followed the install instructions completely...i thought i screwed something up but it did install because i get an ALREADY INSTALLED MESSAGE when I tried a reinstall......Yet when i do a

      java -version

      i get
      bash: java: command not found
      rpm -qa |grep j2re

      then rpm -e --nodeps the rpm that's installed.
      ----------------------------------------------
      Systems Architect
      http://www.bitpusher.com/

      Comment

      Working...