The JNLP launches Oracle Forms Services. I will see the form window open, then close when finished loading. I cannot see any obvious errors, and I'm unsure of the limitations of OpenWebStart.
JNLP Not Reaching Stage 2
-
Janak Mulani
- Posts: 1088
- Joined: 24 Mar 2020, 13:37
Re: JNLP Not Reaching Stage 2
Code: Select all
<applet-desc
name="Oracle Forms"
main-class="oracle.forms.engine.Main"
OWS does not support applets. It supports Java applications specified with <application> tag in the Jnlp file.
You will need to convert you applet to a Java Application for example the main window should be migrated from Applet or JApplet to Frame or JFrame.