最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

oracleforms - Trying to start oracle forms from a jnlp but it can't find the frmall.jar file - Stack Overflow

programmeradmin5浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论