Java was started but returned edit code = 1 error while starting the app.
here is my error report
Asked
Active
Viewed 871 times
2 Answers
0
had the same problem some days ago. Reinstall the latest version of Eclipse ADT fixed my problem. Hope it helps Cheers

ZeusNet
- 710
- 9
- 25
0
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

Manoj
- 644
- 12
- 21