Accessing Oracle Applications 11.5.10.2 from Linux Machine
We need to access Oracle Applications 11.5.10.2 from Oracle Enterprise Linux 4.8 (32-bit). Browser is Firefox 3.0.7 for Linux.
I did the following workaround but didn't prove successful:
1. Found out sun_plugin_version from $FND_TOP/resource/appsweb_${HOST}.cfg from applications node. Version is 1.4.2._04
2. Downloaded and installed j2sdk version 1.4.2_04 from www.javasoft.com on Linux machine. The JDK install directory is /java/j2sdk1.4.2_04.
3. cd the plugins directory i.e. firefox plugin location: /usr/lib/firefox-3.0.7/plugins
Created a link using: ln -s /java/j2sdk1.4.2_04/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
4. Tried to see firefox plugins by typing URL about:plugins but it breaks Firefox browser each time I try to see the plugins. If we remove the link from the plugins directory then firefox browser works normally.