The picture shows the error that is in the log file. Any help is really appreciated! FYI I am running Java version 11.0.16.1
2 answers
I received this error today and I was able to solve it by doing the following:
- Go to your Anypoint Installation path and navigate to the configuration folder e.g. C:\Users\AnyPoint\configuration.
- Locate the config.ini file and open it in any text editor (Notepad, Notepad++, VSCode etc.).
- Locate the configuration "eclipse.application=".
- This is the blank configuration that is causing the issue, assign the value of "org.eclipse.ui.ide.workbench" to it, so that the configuration looks like this: "eclipse.application=org.eclipse.ui.ide.workbench".
- Save the config.ini file and reopen Anypoint Studio.