Invoking forms 14 from a JNLP on a Windows 11 machine like this:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://PETERB:7001/forms/java">
<information>
<title>Sport</title>
<vendor>Oracle</vendor>
<description>Oracle Forms Application</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.8+" href=";/>
<jar href="frmall.jar"/>
</resources>
<application-desc main-class="oracle.forms.engine.Main">
<argument>serverURL=http://PETERB:7001/forms/frmservlet</argument>
</application-desc>
</jnlp>
getting an errot indicating that frmall.jar can not be found.
Where should I put this file?
I managed to access the file on the 7001 port when running a bespoke http server but it doesn't work through weblogic