Java 打开 oracle 表单的问题您必须安装 J2SE 插件版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/41976049/
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
Issue with opening oracle form you must install the J2SE Plugin version
提问by Bahnana
I working on an application where want to open oracle form but every time it shows message like this
我正在开发一个想要打开 oracle 表单的应用程序,但每次它都显示这样的消息
In order to access this application, you must install the J2SE Plugin version 1.6.0_07. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be prompted to restart your browser when the installation is complete.
and I download many versions of java as you can see in the picture
我下载了很多版本的java,正如你在图片中看到的
ever uninstall and install of version I restart my computer but still gets the same problem
曾经卸载和安装版本我重新启动计算机但仍然遇到相同的问题
my system is Windows7 64 bit ,I also try disable security program take a look at my programs from control panel to check if there is any conflicts
我的系统是 Windows7 64 位,我也尝试禁用安全程序从控制面板查看我的程序以检查是否有任何冲突
回答by karthikmunna
After installing this file oaj2se.exe.
安装此文件 oaj2se.exe 后。
U need to enable java in your browser. For the detailed instructions on how to enable java for different browsers is given here.
你需要在浏览器中启用java。有关如何为不同浏览器启用 java 的详细说明,请参见此处。
https://java.com/en/download/help/enable_browser.xml
https://java.com/en/download/help/enable_browser.xml
A sample screen shot in Mozilla Link for screen shot
After enabling u need to add an exception list in your java control panel.
启用后,您需要在 Java 控制面板中添加一个例外列表。
Java Configure->Security-> Add exception list Paste the link in the exception list.
Java Configure->Security-> Add exception list 将链接粘贴到例外列表中。
Click on the link to see how to add exception list
Hope this helps.
希望这可以帮助。