Oracle Forms 10g,运行一个表单

发布于 2024-08-23 07:51:19 字数 465 浏览 4 评论 0原文

我在运行 oracle 10g 表单时遇到了麻烦,我尝试了我所知道的一切,但没有成功。所以请帮助我。

我的电脑规格:

  • 操作系统:windows xp service pack 2.
  • 互联网浏览器:Mozilla Firefox 3.6 RC 2.
  • 数据库:Oracle 10g 10.2.0。
  • Oracle 开发套件 10g。
  • J启动器1.3.1.30。
  • jre-6u18-windows-i586。

问题:我启动 oc4j 然后启动 Oracle Forms Designer,然后我制作了一个应该显示员工表的表单,Firefox 浏览器启动并显示一个白色的空页面,当我尝试使用 Microsoft Internet Explorer 时,它不起作用另外,浏览器关闭并显示错误消息。

我希望有人能帮我找出原因,因为我真的很困惑。

I have been facing trouble with running oracle 10g forms, I tried everything I know but it did not work. So please help me.

My computer specifications:

  • OS: windows xp service pack 2.
  • Internet browser: Mozilla Firefox 3.6 RC 2.
  • Database: Oracle 10g 10.2.0.
  • Oracle developer suite 10g.
  • JInitiator 1.3.1.30.
  • jre-6u18-windows-i586.

The problem: I start oc4j then I start oracle forms designer, then I made a form that suppose to display the employees table, the Firefox browser start and display a white empty page, when I tried to use Microsoft Internet Explorer, it did not work also, and the browser closed and display it's error message.

I hope there will be someone to help me find out what is the reason because I am really confused.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洋洋洒洒 2024-08-30 07:51:19

这看起来像是您的浏览器在浏览器中找不到您的 java 插件。
在这里您可以了解是否安装了java插件: http://java.com/en/ download/installed.jsp

在您的 formsweb.cfg 文件中,您可以知道要使用哪个 java 插件版本。在您的 [application] 部分添加一些类似以下的行:

jpi_mimetype=application/x-java-applet

或 (它不那么灵活并且被 IE 忽略):

jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18

另一个想法:

  • 您的 FORMS_PATH 变量不正确
  • 您的 FORMS 变量不正确
  • 您的 CLASSSPATH 变量不正确

This looks like your browser does not find your java plugin in your browser.
Here you can find out if you have java plugin installed: http://java.com/en/download/installed.jsp

In your formsweb.cfg file you can tell which java plugin version to use. Add to your [application] section some line like:

jpi_mimetype=application/x-java-applet

or (which is not as flexible and ignored by IE):

jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18

Another ideas:

  • Your FORMS_PATH variable is not correct
  • Your FORMS variable is not correct
  • Your CLASSSPATH variable is not correct
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文