Java was started but returned exit code =13 [FIXED]
У вашего броузера проблема в совместимости с HTML5
How To Fix Eclipse Error - Java was started but returned exit code 13
1)Go to the eclipse installation folder or where you have extracted it from the zip file.
2)Search for the eclipse.ini file which would be present in the parent folder of the eclipse.
3)Right click on the .ini file and select edit.
4)Now put the following code into ini file as shown in video:
-vm
C:/Program Files/Java/jdk1.7.0_21/bin/javaw.exe
NOTE: VERY IMPORTAND!!!
*PLEASE TAKE A LOOK FOR EXACT NAME OF FOLDER DEPENSE OF YOUR VERSION OF JAVA JDK EXAMPLE : dk1.7.0_21 , dk1.7.0_79 BOH YOU KNOW SEE THE NAME OF FOLDER
C:/Program Files/Java/ JOUR VERSION OF JAVA FOLRDER NAME /bin/javaw.exe
5)Hit the save button and you are done.
6) Launch eclipse icon
7) make sure "-vm" parameter added BEFORE "-vmargs" parameter otherwise, will end up another issue "Java was started but returned exit code 1"
ore copy and replace with my ini:
-------------------------------------------------------------------
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Program Files\Java\jdk1.7.0_79\bin\java.exe
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m