Sunday 24 November 2019

eclipse - MyEclipse crashes after running for several minutes (java was started but return exit code -1073741819)

I have tried the following ways but they all do not work.





  1. Reinstall MyEclipse

  2. Reinstall java

  3. Use Eclipse

  4. Update java to 1.8.0_71

  5. Use short format of directory in the JDK path



Both my java and MyEclipse are 64bit. H: is not a network driver.




This is my screenshot






The following part is MyEclipse.ini



-startup



../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar




--launcher.library



../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_4.2.0.v201201111650



-install



H:\MyE\MyEclipse 10



-vm




C:\Program Files\Java\jre1.8.0_71\bin\javaw.exe



-configuration



H:\MyE\MyEclipse 10\configuration



-vmargs



-Xmx512m




-XX:MaxPermSize=256m



-XX:ReservedCodeCacheSize=64m



-Dosgi.nls.warnings=ignore

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...