|
Friday, April 17, 2009 |
How to access EBS in mozile borwser in linux |
To enable the JAVA plugin in the browers...
1. install required JAVA in /usr/java
2.Go the plugin dir of your browser ex : 1. cd /usr/lib/mozilla/plugins/ 2. cd /home/oracle/firefox/plugins/
3.create a link for the file libjavaplugin_oji.so. ex : ln -s /usr/java/j2sdk1.4.2_04/jre/plugin/i386/ns610/libjavaplugin_oji.so . or ln -s /usr/java/j2sdk1.4.2_04/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so .
4. Try again with the Browser. these are the steps to access 11i in linux mozilla borwser..
Linux, Mozilla And Oracle Applications 11i
For the benefits of those who has been hunting around for a solution to running Oracle Applications on Linux, here's the steps on how to get it to run on a Redhat based distro :
1. Download the latest Java SDK/JRE from Sun. The latest version is J2SE 1.4.2_01 URL: http://java.sun.com/j2se/1.4.2/download.html
2. Save the downloaded SDK file, j2sdk-1_4_2_01-linux-i586-rpm.bin (approx. 40MB), in a directory.
3. As root, extract the file: root@linux# ./j2sdk-1_4_2_01-linux-i586-rpm.bin This will extract the j2sdk-1_4_2_01- linux-i586.rpm file.
4. If you are installing the JDK for the 1st time: root@linux# rpm -iv j2sdk-1_4_2_01-linux-i586.rpm OR, if upgrading from previous version:root@linux# rpm -Uv j2sdk-1_4_2_01-linux-i586.rpm
5. The installation process will drop the SDK into the /usr/java/j2sdk directory
6. Go to your mozilla plugins directory:root@linux# cd /usr/lib/mozilla/plugins
7. Create a symbolic link to the libjavaplugin_oji.so library. NOTE if your mozilla is 1.3.X, then:root@linux# ln -s /usr/java/j2sdk/jre/plugin/i386/ns610/libjavaplugin_oji.so libjavaplugin_oji.so
If your mozilla is 1.4.X and above: root@linux# ln -s /usr/java/j2sdk/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so libjavaplugin_oji.so
8. If your home directory also contain a .mozilla directory, then: root@linux# cd $HOME/.mozilla/plugins Create another symbolic link to the library as in step 7.
9. Launch Mozilla and type the url to access your Oracle Applications: http://:/dev60cgi/f60cgi?jinit_mimetype=application/x-java-vm
10. Now sit back and enjoy (or suffer?) Oracle. Warning: The above steps has not been fully tested and I believe Oracle will not support it. So, use it at your own risk. Cheers and say bye to Microsoft(and BG)Labels: How to access EBS in mozile borwser in linux |
posted by Srinivasan .R @ 2:58 AM |
|
|
|
|