Hi All.
I'm using Forms 12c lastest version.
I want to run my application within the same main browser window using Mozilla ESR.
I've been told that in order to do it i must use JNLP
I downloaded Mozilla ESR 64 bits, but i can't use the JNLP protocol. I have 3 cases:
1) http://172.18.1.7:7777/forms/frmservlet?config=jnlp&form=TEST_PJC1
It does not do anything. Just a message on the browser window: "Oracle Forms Services Applet"
2) jnlp://172.18.1.7:7777/forms/frmservlet?config=jnlp&form=TEST_PJC1
It starts downloading Java, But fails with error Unable to launch application. On Java Console, this message appears:
#### Java Web Start Error:
#### Could not parse launch file. Error at line 31.
3) http://172.18.1.7:7777/forms/frmservlet?config=webstart&form=TEST_PJC1
When using webstart config section it works OK.
How do i solve this issue???
What am i doing wrong?
Regards, Luis...!