无需浏览器即可独立运行 Oracle Forms

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2361807/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 20:06:24  来源:igfitidea点击:

Run Oracle Forms as standalone without browser

oracleoracleforms

提问by arnep

I want to run Oracle Forms standalone without any web-browser with java plugin. Is there a way to call a compiled .fmxform directly via some java application or by calling the forms-JAR-files with some parameters?

我想在没有任何带有 java 插件的网络浏览器的情况下独立运行 Oracle Forms。有没有办法.fmx直接通过某些 Java 应用程序或通过使用一些参数调用 forms-JAR 文件来调用编译后的表单?

CU, Arne

CU,阿恩

回答by arnep

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).

Oracle 支持说官方不支持它,但您可以使用 Web Start(Oracle 也不支持)。

Support recommended this link: http://groundside.com/blog/JanCarlin.php?title=forms_and_java_web_startand 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).

支持推荐此链接:http: //groundside.com/blog/JanCarlin.php?title=forms_and_java_web_start,我们的开发人员尝试并成功。您可以将它作为本地应用程序运行,而无需 Web 浏览器(看起来像一个没有浏览器窗口的小程序)。

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

更新(2013-01-18):博客似乎移动了/旧条目消失了。看到这里在archive.org原创文章: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

回答by Ian Carpenter

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.

不,这是不可能的。Oracle 表单 9i 及更高版本是仅 Web 版本。执行 fmx 所需的所有架构现在都位于 Oracle 应用服务器中。

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

此链接中的第二个问题解释了 Forms 9i(基于 10g 及更高版本)是仅 Web 版本

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

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