Eclipse returns error message “Java was started but returned exit code = 1”
The error message points to a problem with your Java version. Do you have a JDK installed? Try adding the following (noting the new line): /!\ make sure, that the -vm option occurs before the -vmargs command. Everything after -vmargs is passed directly to the JVM. …to your eclipse.ini file, pointing to the JDK you … Read more