The launchpad fails to open Mozilla Firefox 10 or later browser window
Technote (troubleshooting) Problem(Abstract) When you use a valid Mozilla Firefox version 10 or later browser, the launchpad.sh script does not launch the Firefox window that displays the main screen for the product installation process. Symptom When you run the ./launchpad.sh script from the root directory of the installation media, the following error messages are returned: cp: cannot stat `/media/186826C8347EAE50/IBM/pkg/WPS70/inst/Linux64/launchpad/lib': No such file or directory cp: cannot stat `/media/186826C8347EAE50/IBM/pkg/WPS70/inst/Linux64/launchpad/../jre': No such file or directory /usr/bin/less Cause The Firefox version validation script launchpad/browser.sh script verified that the Firefox base version is between 1 and 9: 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...