After updating Oracle Java 8.0 to update 60 and above, IBM MobileFirst 7.0 / 7.1 CLI installers and IBM MobileFirst 8.0 Devkit installers fail to launch on Windows machines with the following error:
2
There are 2 answers
0
Gaurab Kumar
On
Open command line as Administrator and type following command.
[path of mobilefirst-devkit.exe] LAX_VM ["path of java.exe"]
Usage
C:\Users\gaurab\Downloads\mobilefirst-deved-devkit-windows-8.0.0.0.exe LAX_VM "C:\Program Files\Java\jdk1.8.0_112\bin\java.exe"
Duplicate of IBM MobileFirst Platform Installation in Windows 8.1 64Bit
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in IBM-MOBILEFIRST
- Ibm Mobielfirst fixpack using WebSphere application server nd console
- IBM MFP MFA (Multi factor authentication) for Version 8
- Latest cordova IBM MFP Plugin(8.0.2023071003) dependency on cordova android
- IBM mobilefirst direct update failed in Cordova android application
- Worklight server is not connecting after version change in Worklight 8.0
- Fn and ln in JavaClass Person
- Mobilefirst issues with oauth login security flow and tokens
- "APPLICATION_DOES_NOT_EXIST" from Mobile first server in ionic 4 mfp application
- How can I get client IP in IBM MobileFirst8
- IBM Worklight version 8.0 - Forbidden Error while accessing token
- Build Android Fail when using cordova-plugin-mfp-push
- IBM MFP Calling a JS adapter procedure from a JS adapter cause SSLHandshakeException by IHS
- How to show two html output for mobile and website?
- Mobile Testing with Eclipse
- IBM worklight MFP 8.0 - Direct Update Failure
Related Questions in MOBILEFIRST-CLI
- IBM MFP MFA (Multi factor authentication) for Version 8
- Export Version and Adapters from the Source Code using the mfpdev (Exporting Zips from Adapter and Source Code)
- MFP 8.0 - Intermittent invalid_scope error after login
- MFP Migration tool is not downloading using NPM install (with and without the zip file)
- IBM Mobile Migration : Worklight 6.2 to 8.0
- Mobilefirst Plugin Doesnt Support Android 9 for Security Login
- Creating multiple Runtimes in same Liberty server MFP 8.0
- not register ionic application on mobilefirst to use
- Calling external URL in inAppBrowser
- Migrating MobileFirst 7.0 to 8.0 - server classes
- IBM Advanced Find JSONStore saying "INVALID_SEARCH_FIELD" when the advanced query exceeds 999 records
- Installing mfpmigrate-cli via npm 404 errors
- IBM MFP How can I use mfpdev-cli upload (deploy) the .adapter?
- MFP 8.0 SECURITY_CHECK_NOT_FOUND
- Is there a way to we customize directupdate check version on mobilefirst?
Related Questions in INSTALLANYWHERE
- What it means to have MSI for a MSM?
- Exceeded Maximum Allowed Simultaneous builds for your license
- Unable to open .ism and .uip files using Installshield 2019
- Validate user's credentials supplied during the installation (pre-install)
- InstallAnywhere 2018 issues on Windows 10
- Cross platform installer tools
- InstallAnywhere issue: This application has unexpectely quit
- InstallAnywhere: Uninstall application fails to execute with error No Product for ID
- How to change the title of .exe installer
- IBM MobileFirst 8.0 Devkit and 7.1/7.0 CLI installers fail to launch with "Windows error 2 occured while loading the Java VM" message
- InstallAnywhere 2009 hangs with NullPointerException at com.zerog.ia.installer.InstallBundle.shouldRegister(DashoA10*..)
- How to remove InstallAnywhere installed application?
- How to uninstall GVIM using HKEY_?
- LiquiBase is throwing UnexpectedLiquibaseException: Cannot find LockService
- Installanywhere Openjdk 1.7.0_111
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

Changes introduced by Oracle in Java 8 update 60 cause installers built using InstallAnywhere to fail with this error. This happens because with Oracle Java 8u60 and above, InstallAnywhere is unable to automatically locate where the latest supported JVM is on the Windows machine.
To learn more about the issue, see the link.
Resolution
One of the following approaches can resolve the issue:
1. User Older version of the Java update
The issue is not seen with updates earlier than Java 8u60. Alternatively, use Java 7.
2. Tell InstallAnywhere which JVM you want to launch with
As mentioned in the link to workaround this issue, launch the installer via command line and tell InstallAnywhere which JVM you want to launch with using the
LAX_VMparameter: