While running forms on Same linux server i encountered this error
In order to access this application, you must install the J2SE Plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable is set before starting Netscape. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be prompted to restart your browser when the installation is complete.
File i was asked to download is .exe file for windows while i want to run forms on same linux server.
I had 2 options
1. Download J2SE Plugin Version 1.6.0_07 from Oracle Website and unzip and install rmps on server.
Download plugin from website
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u19-oth-JPR
extract bin file and install its rpms on linux server
and then create a soft link
[root@ebs]# ln -s /usr/java/jdk1.6.0_19/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
or
2.Use JRE already installed with EBS Installation and create link
[root@ebs]# ln -s /u01/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
Now you can run forms on Linux Server
1 comment:
dear farhat,
i have done the same. but still geting same error. could you please help me to fix it.
best regards
rashid zaib
Post a Comment