Forms On Linux Client 1
Forms On Linux Client 1
How to access Oracle Apps 11i/R12 professional forms from Linux Client ?
In you to access forms from Linux client, Three steps are installed (You can skip first if Mozilla
is installed on your Linux client)
Step 1-
[root@apps Desktop]# cp jre-1_5_0_10-linux-i586-rpm.bin /oracle/
[root@apps oracle]# ll
total 1712604
drwxrwxrwx 3 oracle dba 4096 Sep 20 19:15 anand
-rw-r--r-- 1 oracle dba 9551 Sep 21 11:46 control.ctl
-rwxr-xr-x 1 root root 17075579 Sep 23 17:20 jre-1_5_0_10-linux-i586.bin
-rwxr-xr-x 1 root root 16524274 Sep 23 17:25 jre-1_5_0_10-linux-i586-
rpm.bin
drwx------ 2 root root 16384 Sep 6 18:54 lost+found
-rw-r--r-- 1 root root 1718329344 Sep 8 18:45 R12_Stage.tar
drwxr-xr-x 7 root root 4096 Sep 20 14:37 Stage_115102
drwxr-xr-x 3 root root 4096 Sep 20 16:27 stage11i
drwxr-xr-x 4 root root 4096 Sep 8 11:43 u01
Step 2
[root@apps oracle]# chown applmgr:dba jre-1_5_0_10-linux-i586-rpm.bin
[applmgr@apps oracle]$ ll
total 1712604
drwxrwxrwx 3 oracle dba 4096 Sep 20 19:15 anand
-rw-r--r-- 1 oracle dba 9551 Sep 21 11:46 control.ctl
-rwxr-xr-x 1 root root 17075579 Sep 23 17:20 jre-1_5_0_10-linux-i586.bin
-rwxr-xr-x 1 applmgr dba 16524274 Sep 23 17:25 jre-1_5_0_10-linux-i586-
rpm.bin
drwx------ 2 root root 16384 Sep 6 18:54 lost+found
-rw-r--r-- 1 root root 1718329344 Sep 8 18:45 R12_Stage.tar
drwxr-xr-x 7 root root 4096 Sep 20 14:37 Stage_115102
drwxr-xr-x 3 root root 4096 Sep 20 16:27 stage11i
drwxr-xr-x 4 root root 4096 Sep 8 11:43 u01
Step3
[applmgr@apps oracle]$./ jre-1_5_0_10-linux-i586-rpm.bin
………………………………………………………………………………………………………………………………………….
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
0
0
Extracting...
UnZipSFX 5.42 of 14 January 2001, by Info-ZIP ([email protected]).
inflating: jre-1_5_0_10-linux-i586.rpm
Preparing... ########################################### [100%]
1:jre ########################################### [100%]
Done.
[root@apps oracle]# cd /usr/java/
[root@apps java]# ls
jdk1.3.1_06 jre1.5.0_10
[root@apps java]# ll
total 8
drwxrwxrwx 9 root root 4096 Sep 13 12:44 jdk1.3.1_06
drwxr-xr-x 7 root root 4096 Sep 23 17:30 jre1.5.0_10
[root@apps java]# cd jre1.5.0_10/
[root@apps jre1.5.0_10]# ls
bin CHANGES COPYRIGHT javaws lib LICENSE man plugin README
THIRDPARTYLICENSEREADME.txt Welcome.html
[root@apps jre1.5.0_10]# cd plugin/
[root@apps plugin]# cd i386/ns7
[root@apps ns7]# ls
libjavaplugin_oji.so
[root@apps ns7]#
[root@apps ns7]# pwd
/usr/java/jre1.5.0_10/plugin/i386/ns7
[root@apps ns7]# cd /usr/lib
[root@apps lib]# cd mozilla
mozilla/ mozilla-seamonkey-1.0.9/
[root@apps lib]# cd mozilla
[root@apps mozilla]# ls
[root@apps plugins]# ls
libjavaplugin_oji.so nphelix.so nphelix.xpt
[root@apps plugins]# ll
total 56
lrwxrwxrwx 1 root root 58 Sep 23 17:33 libjavaplugin_oji.so ->
/usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so-rwxr-xr-x 1 root
root 40608 Jun 27 2007 nphelix.so
-rwxr-xr-x 1 root root 5086 Jun 27 2007 nphelix.xpt
[root@apps mozilla]# cd plugins/
[root@apps plugins]# ls
Step 4
[root@apps plugins]# ln -s
/usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
./libjavaplugin_oji.so