Thursday, January 28, 2010

Installing JRE Plug-in for Oracle Developer Suite 10g

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 
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


3 comments:

  1. Hi Baig,

    will these steps work on the machine with complete Oracle Application Server installed I mean with Infrastruture or so. Is there any built-in setting to use SUN JRE instead of Jinitaitor using Enterprise Manager.

    ReplyDelete
  2. Hi Junaid,
    These settings are same for both server and development machine.

    You are providing the configuration section and your application will use that config section on runtime.

    about enterprise manager i am not aware of how to use JRE for EM but it should not an issue. EM you use for internal purpose on the other hand JRE is for public.

    Hope it helps

    ReplyDelete
  3. Practical post . I was fascinated by the details , Does anyone know if I might be able to grab a sample DOH-2094 example to fill out ?

    ReplyDelete