Run Oracle Forms as standalone without browser

↘锁芯ラ 提交于 2019-12-01 11:34:52

问题


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 or by calling the forms-JAR-files with some parameters?

CU, Arne


回答1:


Inofficial contradiction: Yes, it's possible :-)

Oracle support says it is officially not supported, but you can use Web Start (again not supported by Oracle).

Support recommended this link: http://groundside.com/blog/JanCarlin.php?title=forms_and_java_web_start and our developers tried and succeeded. You can run it as local application without need of a web browser (looks like an applet without browser window around).

Update (2013-01-18): The blog seems to have moved/old entries vanished. See here at archive.org for original article: http://web.archive.org/web/20090303153527/http://groundside.com/blog/JanCarlin.php?title=forms_and_java_web_start&more=1&c=1&tb=1&pb=1




回答2:


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



来源:https://stackoverflow.com/questions/2361807/run-oracle-forms-as-standalone-without-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!