Hi Guys,

I want to install Oracle 8.1.7 on RedHat Linux 6.2 (intel). For this I installed RH 6.2.. I have downloaded Oracle 8.1.7 and jdk118_v3-glibc-2.1.3.tar.bz2 and installed in /usr/local and created a link like

#tar xvIF jdk118_v3-glibc-2.1.3.tar.bz2
#ln -s /usr/local/jdk118_v3 /usr/local/java

After this I went to /mnt/cdrom
$cd /mnt/cdrom/install/linux
$./runInstaller
I got error like
[oracle@database linux]$ ./runInstaller
The Java RunTime Environment was not found at /bin/jre. Hence, the Oracle Universal Installer cannot be run.
Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
: No such file or directory
[oracle@database linux]$

But I am able to java,jre and javac programs...

Where the runInstaller program looking for JRE ?


Please help me........
Thanks
Laxman