错误分析:
依据英文提示,找不到浏览器。但是,系统已经装有火狐浏览器。
通过官网
"Unable to find supported browser" when using the Launchpad to install Operational Decision Manager on Unix/Linux文章,了解到,是火狐版本太高,WAS ND 8.0不认。
故修改文件
launchpad/browser.sh
vim .../
launchpad/browser.sh
原始:supportedFirefoxVersion一段,只定义了1-9版本的firefox
supportedFirefoxVersion()
{
}
修改后:
supportedFirefoxVersion()
{
}
结论:
再次
#./launchpad.sh
顺利打开安装页面
本文介绍了解决因火狐浏览器版本过高导致的安装过程中出现“无法找到支持的浏览器”错误的方法。通过修改launchpad/browser.sh文件中的supportedFirefoxVersion函数,使其能够识别更高版本的火狐浏览器。
331

被折叠的 条评论
为什么被折叠?



