How to install Java on Red Hat

Does anyone know how to install Java on Red Hat. I'm having problems installing it, and I can't really find any instructions anywhere on how to go about it. Thanks.

Java won't run on Red Hat because of firewall
problems.What ? Since when ? But there are problems with certain versions of RH.
Nothing to do with a firewall though.
>
It only runs on Sun and Windows 95.
But not the Vax version.

Similar Messages

  • How to install JDK on RED HAT - Linux interprise 5?

    Hello!
    How to install JDK on RED HAT - Linux interprise 5?
    Thanks!!!

    I did.
    But I have got an error:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

  • How to install 11i on Red Hat Linux 64 bit

    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12.
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% complete

    Hi;
    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12. You mean oracle database 11g or you mean oracle e-business suite 11i? I am little confused
    If you mention oracle database 11g than check below
    What is exact linux version. Oracle 11gr2 certified wiht linux64. Please check:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% completeIf you mention Oracle E-Busines suite than you can not install apps tier on 64 bit which is not supported.
    Regard
    Helios

  • How to Install Oracle on Red Hat Linux?

    My System is having P4 1.8 GHz Processor with 128 MB RAM, 40 GB HDD(7 GB Linux Partition + 1 GB Swap Partition). I have installed Red Hat Linux 9(Server). Now, I want to install Oracle 9 on this syste. But I don't know how to install it. Anyone who knows this, plz, mail me the necessary system requirements alongwith some settings, if any. My Email ID is [email protected]/[email protected]

    I think you'll have some problems with 128MB RAM.....<br><br>
    :P Nonsense, but I do hope that hard drive is one of those new, fancy flash hard drives, otherwise the system will spend so much time swapping that it won't get past the installer.

  • How use comand java in red hat terminal

    i just started to use red hat and i dont have any IDE i already found how complile a package but i can�t run it i try whit a class with out a package and work but when i try tu run a package dont work i�m using the comand:
    /usr/java/j2sdk1.4.2_05/bin/./java -classpath /home/ea01984/public_html/server/ servidorredes.main
    the package name is servidorredes and the main class is in the file main.class

    Read Setting the Classpath & How Classes are Found for [Solaris and Linux] here:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/tools.html

  • How to install jsdk on Red Hat Linux 9.0

    Im new user of Linux using RedHat Linux9.0 with kernel-2.4.20-8 with /lib/libc-2.3.2.so ....
    Ive downloaded both: j2sdk-1_3_1_08-linux-i586.bin and j2sdk-1_3_1_08-linux-i586.rpm.bin and execute the following commands but there was no results not even error...commands were:
    chmod a+x j2sdk-1_3_1_08-linux-i586-rpm.bin ./j2sdk-1_3_1_08-linux-i586-rpm.bin
    chmod a+x j2sdk-1_3_1_08-linux-i586.bin ./j2sdk-1_3_1_08-linux-i586.bin
    Ive follwed the instructions of Installation notes on http://java.sun.com/j2se/1.3/install-linux-sdk.html
    Now plz tell me what shuold I do and another problem is that Im trying to install JBuilder7 on Linux but its not installing and even no response when I execute the installation file..

    Hi , how are you ??
    I have a problem with the installation.
    I had followed the step mentioned above but only the root can use java/javac.
    This is my /etc/profile :
    # /etc/profile
    # System wide environment and startup programs, for login setup
    # Functions and aliases go in /etc/bashrc
    pathmunge () {
         if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)" ; then
         if [ "$2" = "after" ] ; then
         PATH=$PATH:$1
         else
         PATH=$1:$PATH
         fi
         fi
    # Path manipulation
    if [ `id -u` = 0 ]; then
         pathmunge /sbin
         pathmunge /usr/sbin
         pathmunge /usr/local/sbin
    fi
    pathmunge /usr/java/j2sdk1.4.1_02/bin after
    pathmunge /usr/X11R6/bin after
    unset pathmunge
    # No core files by default
    ulimit -S -c 0 > /dev/null 2>&1
    USER="`id -un`"
    LOGNAME=$USER
    MAIL="/var/spool/mail/$USER"
    JAVA_HOME="/usr/java/j2sdk1.4.1_02"
    CLASSPATH="/usr/java/j2sdk1.4.1_02/lib:."
    HOSTNAME=`/bin/hostname`
    HISTSIZE=1000
    if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
    INPUTRC=/etc/inputrc
    fi
    for i in /etc/profile.d/*.sh ; do
    if [ -r "$i" ]; then
         . $i
    fi
    done
    unset i
    export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC JAVA_HOME CLASSPATH
    What is the error .. ??
    Help me please!!

  • How to install Apache on Red Hat Linux Server-5.....Urgent Reply

    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.

    944096 wrote:
    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.why is it URGENT for me to provide you with any assistance?
    when all else fails Read The Fine Manual
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11
    Handle:     944096
    Status Level:     Newbie
    Registered:     Jul 2, 2012
    Total Posts:     10
    Total Questions:     6 (5 unresolved)
    why do you waste time here when you rarely get your questions answered?

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle  part II

    All,
    After succeeding in fixing the 64bit issue I have another issue when wanting to install ERP2005 on Red Hat linux beeing:
    the following error message:
    error in:
    Class   : com.sap.sdt.gui.core.SDTGui
    Name    : main
    Static  : true
    class [Ljava.lang.String; - [Ljava.lang.String;@4ee64ee6
    java.lang.RuntimeException: invocation target exception: Can't connect to X11 window server using 'localhost:11.0' as the value of the DISPLAY variable.
            at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)
            at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
            at SDTGui.main(SDTGui.java:46)
    I do have my java home set and paths and display, but still this issue comes up
    at first I had installed the SUN java version 1.4.2.13 but that did not work as well (and was a 32bits version, no 64bits found there for linux) so I deinstalled that one and installed the IBM java 64bit version for linux.
    Hopefully someone knows a sollution, cause it is getting me bold.
    cheers
    Chris

    not solved but open to long without responce

  • Installing 8iR2 on Red Hat Linux 6.1

    Hi, there,
    I am trying to instaling 8iR2 on Red Hat 6.1 and get the following messege:
    Xlib: connection to ":0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(MToolkit.java:63)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:417)
    Linux was installed as GNOME workstation, and JRE116_V5 was installed and properly linked. I am running "runInstaller" as regular user.
    What is the problem? Replies appreciated.
    Fude Yao

    Open a term window.
    Type 'xhost +' (without the single quotes - duh)
    try running the installer again.

  • Error message while installing JDK on RED HAT  - linux interprise 5

    Hello!
    I have got an error message while installing JDK on RED HAT - linux interprise 5:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

    Good point.
    Moderator action: thread locked.

  • How can install java sdk for mac os x 10.6.8

    How can install java sdk for mac os x 10.6.8?

    Deanwdd wrote:
    I mean to update Quicktime for Mac Os X 10.6.8...
    If you're running 10.6.8, Apple menu > Software Update. What version of QT do you have?

  • How to install java stack ,only  abap ,basis patch level 9 installed

    how to install java stack ,already installed abap ,basis patch level 9,please any one guide me and please give me installation steps for java stack.

    Hi,
    From sapinst, install Java Add-on.
    check installation guide.
    Thanks
    Sunny

  • How To install Java Application[J2SE] into Windows Mobile

    Hi All,
    I have developed an application for Mobile devices[ Windows Mobile] exclusively using Java[AWT].When I try to install , the application in mobile, i got the following error.
    *"MIDlet cannot be installed because critical information is missing from the MIDlet file (.jar). - 13 Please contact the MIDlet provider for more information."*
    I didnt use any midlet classes in my application. So my question is, what the above error denotes? and How to install
    java[AWT] application into mobile?. What are all the requirements to install the application?.
    Thanks in advance.

    Hi David, thank you very much, your information was very useful, finally i got the work done.
    The problem was with the JVM which is im used in my Windows Mobile. And im installed CrE-ME in my mobile
    to execute java application.
    The following link has the details of how to install the JVM and execute the aplication (.jar ).
    http://javatolearn.blogspot.com/search/label/Java%20in%20Windows%20CE%20with%20CrE-ME
    Thanks and Regards
    Baskaran

  • How to install JAVA , XML on 10.2.0.4.0 (AIX).

    Hi All,
    How to install JAVA , XML on 10.2.0.4.0 (AIX).
    Any document/link/ metalink doc would be highly appreciated
    Thanks In advance
    ivw

    Thanks for reply.
    I dont have dbca .. only ssh access, no gui
    sqlplus '/ as sysdba'
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 21 02:24:59 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    SQL> select count(*), owner from all_objects
    where object_type like '%JAVA%' group by owner;
    no rows selected
    so java is not loaded in the database
    I believe in 9i we have to run this
    @?/javavm/install/initjvm.sql
    @?/xdk/admin/initxml.sql
    @?/xdk/admin/xmlja.sql
    @?/rdbms/admin/catjava.sql
    Is there is any change in 10g regarding these above steps?
    Edited by: ivw on Aug 20, 2009 9:28 PM

  • How to install Java on Yosemite?

    How to install Java on Yosemite?

    What version do you need, and what do you need it for?
    If just web applets, you only need the JRE. If running desktop apps or development, then you need the JDK.
    Java 1.6 is here: Java for OS X 2014-001
    Any later version via Java.com. Pick Java SE JRE or JDK as required.

Maybe you are looking for

  • Illustrator can't open my saved file because there is not enough RAM.  Can someone help me?

    I was working all last night on artwork using Illustrator and now I cannot get it to open.  The message reads that there is not enough RAM.  This is after a long pause of waiting for illustrator to read the file.  The file is 37 MB large, so it doesn

  • Vertical Text in Firefox

    Is there a way to display vertical text in Firefox? I can do it with CSS3 in IE, but not in FF. Is there a way to generate a dynamic image containing the text, and then reference it with <img src=vertText.cfm?text=myText... I know this can be done in

  • VISA or IVI drivers, example code?

    Hello, I have an Agilent DSO-X-2004A oscilloscope and I've downloaded two different set's of drivers that work. Here are the links to the drivers. http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=9E84674573AF6AB8E0440021287E6A...

  • Failure to scan, copy, and fax for HP Officejet 4500

    I am trying to scan with my HP Officejet 4500 and it is not allowing me to do so. When I turn on the printer it says "Scanner Failure. Cannot scan, copy, or fax". When I try to scan, I have the wireless option to send it to my computer and when I sel

  • Can't execute

    I have a file that is identified as : Collecting data from file: carol 93.8% (.EXE) Macromedia Projector/Flash executable (1121580/11/184) 3.1% (.EXE) Win32 Executable MS Visual C++ (generic) (37706/45/16) 1.0% (.SCR) Windows Screen Saver (13105/51/3