`

was 7安装时出现No supported Web browser was detected

阅读更多

was7.0在linux环境中 安装时 出现“No supported Web browser was detected”,是因为was7的版本只支持firefox10以下的版本。

处理方法:

打开launchpad/browser.sh,在原有的

supportedFirefoxVersion()
{
case "$*" in
 *Firefox\ [1-9].*) return 0;;
 *Firefox/[1-9].*) return 0;;
 *Firefox*) return 1;;
 *rv:1.[7-9]*) return 0;;
 *rv:[2-9].*) return 0;;
 *rv:*) return 1;;
 Mozilla*\ 1.[7-9]*) return 0;;
 Mozilla*\ [2-9].[0-9]*) return 0;;
 *) return 1;;
esac
}

红色部分下增加以下内容:

*Firefox\ 1[0-9].*) return 0;;
*Firefox\ 2[0-9].*) return 0;;保存即可。

IBM处理链接:http://www-01.ibm.com/support/docview.wss?uid=swg21608965

 

分享到:
评论

相关推荐

    解决no supported default etypes for default_tkt_enctypes问题,jce_policy-8.zip下载

    JAVA连接hive/hbase/sparksql/hdfs,kerbers认证失败 报no supported default etypes for default_tkt_enctypes ,需要更新jdk8的安全jar包,用来处理keytab文件,可以在oracle官网下,但是要注册账号,也可以下我的...

    was集群部署方案及安装配置手册

    * 群集安装时,确认所有机子的日期要一致 * 确认磁盘空间足够 * 两个应用服务器的安装文件放在/was_install * 两个WEB服务器的安装文件放在/http_install * 安装目录都是安装于默认的/opt目录下 * 两个应用服务器...

    解决laravel 5.1报错:No supported encrypter found的办法

    在使用 Laravel 5.1 开发项目时,可能会遇到一个特定的错误提示:“No supported encrypter found. The cipher and / or key length are invalid.” 这个错误意味着 Laravel 无法找到支持的加密器,通常与应用的加密...

    VisualSVN Server Web管理工具

    7. **通知与警报**:设置通知机制,当发生特定事件(如权限更改、仓库操作等)时,可以自动发送邮件或其他提醒。 8. **定制化**:可能允许用户根据自身需求调整界面布局或扩展功能。 尽管Web管理工具带来了诸多...

    android studio模拟器运行软件Intel HAMX

    emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!

    centos6.7部分程序安装时无法气动安装窗口

    部分程序在centos下安装时提示:Graphical installers are not supported by the VM

    解决SVN上传提示Empty directoriesis not supported

    解决SVN上传提示Empty directoriesis not supported 解决SVN上传提示Empty directoriesis not supported

    unity FileBrowser插件

    插件版本是FileBrowser 1.2.2,可用于Windows和macOS上的本地文件对话框的简单包装器。 支持打开文件/文件夹,保存文件等操作,支持文件扩展名的过滤器。Supported Unity versions 5.0.0 or higher

    Office安装错误Per-user install not supported.txt

    Office安装错误Per-user install not supported.txt

    DVWA-DVWA渗透测试平台文件

    DVWA全称为Damn Vulnerable Web Application,意为存在糟糕漏洞的web应用。它是一个基于PHP/MySQL开发的存在糟糕漏洞的web应用,旨在为专业的安全人员提供一个合法的环境,来测试他们的工具和技能。帮助web开发人员...

    protobuf-lite-wince工程文件

    protobuf-lite-wince工程文件

    海康摄像头web调用

    Web调用技术使得用户无需安装额外的客户端软件,只需在浏览器中即可实现远程访问和控制。 1. **海康威视Web视频插件**:webcomponents.exe是海康威视专为浏览器设计的一款插件,它的主要功能是提供视频流解码和播放...

    Cable Supported Bridges: Concept and Design

    In the family of bridge systems the cable supported bridges are distinguished by their ability to overcome large spans. At present, cable supported bridges are enabled for spans in the range from 200 ...

    ThinkPHP6.1 Filesystem Driver aliyun not supported

    ThinkPHP6.1 Filesystem Driver aliyun not supported

    RDPWraper解决win10无法远程桌面,提示not supported ,not listening的问题

    Win7 Win 10家庭版无法使用远程桌面,这个功能帮助你实现。 网上各种教程无法解决这个工具提示 not supported not listening问题,这个安装包给出了所有需要的文件,并给出了详细的指引。 绝大多数情况你会安装成功...

    BURNINTEST--硬件检测工具

    WIN32 release 7 November 2008 - Lenovo China specific build. Lenovo system detection changes. Release 5.3 build 1035 revision 2 WIN32 release 6 November 2008 - Lenovo China specific build. Lenovo ...

    海康摄像头+web调用(官方开发包)

    在提供的“web3.0开发包(附带安装插件包)”中,很可能包含了海康官方提供的API文档、示例代码、以及必要的运行环境或插件。开发者需要详细阅读文档,理解API的使用方法,然后按照需求进行编程实现上述功能。同时,...

    UnityWebPlayer.

    这个可以让您能玩上3d的小游戏,非常的好玩

Global site tag (gtag.js) - Google Analytics