Skip to main content

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.1Receiving

2 answers
  1. Jun 1, 2024, 1:00 PM

    I received this error today and I was able to solve it by doing the following:

    1. Go to your Anypoint Installation path and navigate to the configuration folder e.g. C:\Users\AnyPoint\configuration.
    2. Locate the config.ini file and open it in any text editor (Notepad, Notepad++, VSCode etc.).
    3. Locate the configuration "eclipse.application=".
    4. 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".
    5. Save the config.ini file and reopen Anypoint Studio.
0/9000