Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 12c & Webstart

dsscottSep 11 2020 — edited Sep 11 2020

I have a new installation for Forms 12c (12.2.1.4) and we normally run our application in IE with the Java plugin, but plan to move to using Webstart when we upgrade our PCs to Java 11. Once difference I've noticed between running with the Java plugin and with Webstart is that are Forms fields are grey with the plugin but white when using Webstart. Both configurations are using Oracle look and feel. Just curious if anyone knows why there is a difference?

formsweb.cfg

[SARAH]

jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html

jpi_classid=clsId:8AD9C840-044E-11D1-B3E9-00805F499D93

jpi_codebase=

jpi_mimetype=application/x-java-applet

baseHTML=SARAHbase.htm

baseHTMLjpi=SARAHbasejpi.htm

form=SARAH_Menu.fmx

pageTitle=Single Application Resource for Aerospace Hardware - Development

width=100%

height=100%

splashScreen=no

highContrast=true

colorScheme=teal

logo=no

archive=frmall.jar,SARAHIcons.jar

[SARAH_webstart]

basejnlp=SARAHbase.jnlp

webstart=enabled

form=SARAH_Menu.fmx

pageTitle=Single Application Resource for Aerospace Hardware - Development

width=1100

height=700

highContrast=true

colorScheme=teal

logo=no

splashScreen=no

centerOnStartup=true

This post has been answered by Michael Ferrante-Oracle on Sep 11 2020
Jump to Answer
Comments
Post Details
Added on Sep 11 2020
4 comments
865 views