Eclipse Exiting With Java Was Started But Returned Exit Code
Java was started but returned edit code = 1 error while starting the app. here is my error report
Solution 1:
had the same problem some days ago. Reinstall the latest version of Eclipse ADT fixed my problem. Hope it helps Cheers
Solution 2:
Check the version of Eclipse and java is 64-bit
. If so, then point to the location of jvm.dll
file inside your eclipse.ini
file using -vm
argument.
The -vm
option must be placed after the other Eclipse-specific options (such as -product, --launcher.*, etc), but before the -vmargs option. For more details refer eclipse wiki page
-vm
C:\Program Files\IBM\Java71\jre\bin\j9vm.jvm.dll
Post a Comment for "Eclipse Exiting With Java Was Started But Returned Exit Code"