Microsoft Edge Certified with EBS 12.1 and 12.2
I am very pleased to announce that Microsoft Edge is certified as a new browser for Oracle E-Business Suite 12.1 and 12.2. Edge can be used to access EBS Self-Service Web Applications (SSWA) -- i.e. the web-based HTML products in Oracle E-Business Suite that use OA Framework (OAF).
EBS Prerequisites for Edge
No Windows or desktop patches are needed for enabling Edge compatibility with E-Business Suite 12.1 or 12.2.
A small number of E-Business Suite server-side patches are required. See:
- Recommended Browsers for Oracle E-Business Suite Release 12 (Note 389422.1)
Can EBS Forms run in Edge?
No. Microsoft Edge does not support plug-ins. For details, see:
- Microsoft Edge FAQ (Microsoft.com)
- "Does Microsoft Edge support ActiveX controls or BHOs like Silverlight or Java?"
Also see:
- A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent… | Microsoft Edge Dev Blog (Microsoft.com)
The Java JRE is a mandatory prerequisite for Forms-based products in E-Business Suite. Since Edge does not support plug-ins, the Java JRE plug-in does not work with this browser.
E-Business Suite products that use Oracle Forms can run on Internet Explorer 11 and Firefox ESR on Windows desktops, and Safari on Mac desktop clients.
What about Java Web Start?
We are testing prototypes with EBS Forms-based products using Java Web Start. Once this work is completed, it is likely that it will be possible to run Forms-based products even when using browsers such as Edge. See:
This work is going well, and we are currently working on security and polishing user interface issues. I'll post updates on this blog as soon as they're available.
Does Edge work with EBS 11i or 12.0?
No. You can download existing patches for EBS 11i and 12.0, but these EBS releases are now in Sustaining Support. We do not produce new certifications for products in Sustaining Support.
Your end-users should continue to use IE 11, Firefox ESR, or Safari if you are running EBS 11i or 12.0.
Related Articles
- Do E-Business Suite Users Need to Worry About Java 9?
- Windows 10 Certified with Oracle E-Business Suite
- Can You Use IE 11 Enterprise Mode or Compatibility View With EBS?
- Internet Explorer 11 Certified with E-Business Suite 12.2 and 12.0
- Internet Explorer 11 Certified with E-Business Suite 12.1
- Internet Explorer 11 Certified with E-Business Suite 11.5.10.2
Microsoft Edge Certified with EBS 12.1 and 12.2的更多相关文章
- Microsoft Edge goes Chromium
Microsoft Edge goes Chromium https://techcrunch.com/2018/12/06/microsoft-edge-goes-chromium-and-maco ...
- IE10、IE11和Microsoft Edge的Hack
IE10.IE11和Microsoft Edge的Hack 随着Win10的推广,Microsoft Edge浏览器已经越来越普遍,但是IE11也是伴随其中,尾大不掉. 首先,了解一下概念,如下图:微 ...
- What's new in Windows 10 Enterprise with Microsoft Edge.(Windows 10 新功能)
What's new in Windows 10 Enterprise with Microsoft Edge --带有Edge浏览器的Windows 10 企业版的新功能 本文摘录自公司群发邮件, ...
- 如何在Microsoft Edge浏览器中添加一个Hello World插件
注:本文提到的代码示例下载地址> How to add a Hello World extension to Microsoft Edge Microsoft Edge 随着Win 10一起推出 ...
- Windows 10 系统Microsoft Edge的使用手册
Windows 10 默认浏览器(Edge)使用手册 体验网络有了一种新的方法.只有在 Windows 10 上才能找到它. 下面详细介绍一下Edge浏览器的使用规范: 一.打开Windows10系统 ...
- 又一流氓推广Microsoft Edge,我勒个去
最新的Windows10 的升级也是醉了,不得不吐槽一个非常流氓的浏览器推广:Microsoft Edge(这小婊砸). 为了将之前的历史包袱IE干掉,这次微软也是蛮拼的,直接把IE从电脑里干掉了,你 ...
- Microsoft Edge浏览器下载文件乱码修复方法(二)
之前有写过"Microsoft Edge浏览器下载文件乱码修复方法",发现很多情况下下载文件乱码问题还是存在,这里对之前内容做简单补充,希望可以帮到大家. 方法二: 默认如果提示下 ...
- Microsoft Edge浏览器下载文件乱码修复方法
随着Windows10的普及,Microsoft Edge自带浏览器使用频率逐渐提升,在日常使用过程中我们会发现一个常规的问题是使用Edge进行日常文件下载的时候,N多情况下可能都是乱码,同样的下载链 ...
- [翻译]在Windows版或MacOS版的Microsoft Edge上安装一个谷歌浏览器拓展
原文:Install a Chrome Web Store extension on Microsoft Edge for Windows and MacOS 拓展阅读:What to expect ...
随机推荐
- C#中的另类语法
一..net中return的另类写法: 不知道是从3.5还是从4.0开始C#语法中的return有了新的写法示例如下: public string functionDemo() { str ...
- .net ASPxGridView 使用手记
统计汇总功能: TotalSummary属性:此属性必须设置KeyFieldName属性:Settings中的ShowFooter属性设置为True. DisplayFormat:同.net中的Str ...
- redis 字符串和集合操作
字符串 redis中的String在在内存中按照一个name对应一个value来存储 set() #在Redis中设置值,默认不存在则创建,存在则修改 r.set('name', 'zhangsan' ...
- Leetcode 之 Combination Sum系列
39. Combination Sum 1.Problem Find all possible combinations of k numbers that add up to a number n, ...
- 利用SimpleHttpServer+urllib传文件
1.服务器 利用SimpleHTTPServer,命令行运行 python -m SimpleHTTPServer 2.客户端 利用urllib等,方法有3个 import urllib print ...
- ssh远程执行远程执行命令
ssh zxrac1 '/home/oracle/tmp/t5.sh 2 2 >/dev/null 2>&1 &'
- 简单的menu和点击(包括alertDialog定制)
import android.app.Activity;import android.app.AlertDialog;import android.app.Dialog;import android. ...
- JavaScript:关闭当前页面(微信、电脑)
WeixinJSBridge.call('closeWindow'); // 关闭微信浏览器 window.opener=null; window.open('','_self'); window.c ...
- HDU - 6321 Problem C. Dynamic Graph Matching (状压dp)
题意:给定一个N个点的零图,M次操作,添加或删除一条边,每一次操作以后,打印用1,2,...N/2条边构成的匹配数. 分析:因为N的范围很小,所以可以把点的枚举状态用二进制表示集合.用一维数组dp[S ...
- Zabbix linux agent 安装
系统:Linux Centos 7.3 x64 服务:Zabbix_agent 3.0.16 一.安装Zabbix_agent 服务 1.安装zabbix 3.0 yum源 rpm -ivh http ...