How to configure OpenWebStart to launch Oracle forms
-
sainaveen.t@wexinc.com
- Posts: 1
- Joined: 10 Nov 2025, 09:36
How to configure OpenWebStart to launch Oracle forms
Hi Team, I wanted to check how to install or configure Open Webstart in Oracle EBS R12.1.3, so could you please help us with the steps to configure?
-
Janak Mulani
- Posts: 1088
- Joined: 24 Mar 2020, 13:37
Re: How to configure OpenWebStart to launch Oracle forms
We do not have any experience with Oracle EBS.
However, if Oracle EBS applications can be deployed on desktops using Jnlp files, then OWS can be used to run that Jnlp file and thus start the application.
However, if Oracle EBS applications can be deployed on desktops using Jnlp files, then OWS can be used to run that Jnlp file and thus start the application.
-
hasanaamir1@gmail.com
- Posts: 2
- Joined: 30 Dec 2025, 14:55
Re: How to configure OpenWebStart to launch Oracle forms
Hi I want to call oracle forms as jnlp file. I am tryiny by OpenWebStart. It is calling but immediately closing the form. I do not understand the issue.
Pleae guide me regarding the same.
Pleae guide me regarding the same.
-
Janak Mulani
- Posts: 1088
- Joined: 24 Mar 2020, 13:37
Re: How to configure OpenWebStart to launch Oracle forms
Most likely (check your jnlp file) your Oracle Forms App is an Applet (applet tag) and OWS does not support applets. You need to convert your applet to a Java application which you need to specify in the Jnlp as application tag. We can help you to convert your Applet to an Application.
-
hasanaamir1@gmail.com
- Posts: 2
- Joined: 30 Dec 2025, 14:55
Re: How to configure OpenWebStart to launch Oracle forms
I want to convert it to application tag how to convert it