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 jnlp splash screen and icon

DaveXOct 25 2016 — edited Nov 1 2016

Similar to the discussion I cannot get the splash screen to give the information I want, and I cannot get the window and short cut icons to work. I am running forms 12.2.1.1.0 and java 1.8_102. I have added the following to both the base.jnlp and extensions.jnlp files in the information sections

    \<title>XXX\</title>

    \<vendor>YYYY\</vendor>

    \<description>ZZZZ JNLP launcher.\</description>

    \<description kind="short">ZZZZ application\</description>

<icon kind="shortcut" href="/forms/java/logo2.gif" />

<icon kind="splash" href="/forms/java/logo2.gif" />

<icon kind="default" href="/forms/java/logo2.gif" />

I can down load the icon using the URL http://localhost:9001/forms/java/logo2.gif so I know its there. What I am looking for is a splash screen that contains the items in the information section of the jnlp files not

pastedImage_2.png

and for the application icon to be the one specified. I can see the application in the java cache viewer with the icon I want of type applet. In the java control panel I have shortcut creation set to always allow

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2016
Added on Oct 25 2016
3 comments
1,733 views