Ask Your Question

Revision history [back]

This error occurs when there is a mismatch between the toolchain specified in the 'executable' property and the one specified in the 'javaLauncher' property. The 'executable' property specifies the path to the Java executable to use for running the application, while the 'javaLauncher' property specifies the Java toolchain to be used.

To fix this error, the toolchain specified in both properties should match. Check that the correct Java installation is specified in both properties. If the error persists, try updating both properties to match the correct Java installation on your system.