Run Oracle Forms as standalone without browser

前端 未结 2 857
星月不相逢
星月不相逢 2021-01-16 14:07

I want to run Oracle Forms standalone without any web-browser with java plugin. Is there a way to call a compiled .fmx form directly via some java application o

2条回答
  •  温柔的废话
    2021-01-16 14:47

    No it's not possible. Oracle forms 9i and above are web only releases. All the architecture needed to execute the fmx is now located within the Oracle Application Server.

    The 2nd question from this link explains that Forms 9i (which 10g and later are built on) are web only releases

    http://www.oracle.com/technology/products/forms/htdocs/formsservices9ifaq.html#UPGRADE

提交回复
热议问题