Hi all,
Today i tried to Installed JRE Plugin for Oracle developer suite 10g ( Yeah right i m late :D) our applications are mainly in Client/Server (Developer 6i based) and we are moving to towards migration any ways lets see how to install JRE Plug-in to work with Developer suite 10g
- Download JRE from http://java.sun.com/javase/downloads/index.jsp Choose JRE then Select Windows in your Platform and Choose Windows Offline Installation.
- Run the downloaded file and install it.
- Set the configuration section in ur $ORACLE_HOME/forms/server/formsweb.cfg file similar to this
(Thanks Francois Degrelle for configurations settings)
[jreconfig]
baseHTMLJInitiator=webutiljpi.htm
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
archive=frmall.jar
-archive_jini will replace with archive
- Set Form builder Runtime settings to use JRE Plugin goto Edit > Preferences > Runtime > Application Server URL
-Check java console for confirmation
For webutil configuration check here
Cheers,
Baig
Today i tried to Installed JRE Plugin for Oracle developer suite 10g ( Yeah right i m late :D) our applications are mainly in Client/Server (Developer 6i based) and we are moving to towards migration any ways lets see how to install JRE Plug-in to work with Developer suite 10g
- Download JRE from http://java.sun.com/javase/downloads/index.jsp Choose JRE then Select Windows in your Platform and Choose Windows Offline Installation.
- Run the downloaded file and install it.
- Set the configuration section in ur $ORACLE_HOME/forms/server/formsweb.cfg file similar to this
(Thanks Francois Degrelle for configurations settings)
[jreconfig]
baseHTMLJInitiator=webutiljpi.htm
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
archive=frmall.jar
-archive_jini will replace with archive
- Set Form builder Runtime settings to use JRE Plugin goto Edit > Preferences > Runtime > Application Server URL
http://myappserver.com:8889/forms/frmservlet?config=jreconfig- Run the Form and sign the JRE Plugin
-Check java console for confirmation
For webutil configuration check here
Cheers,
Baig