jvm terminated. exit code=13

  • The -vm option and its value (the path) must be on separate lines.
  • The value must be the full absolute path to the Java executable, not just to the Java home directory.
  • The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM
  • 注意jdk和eclipse的位数是否相同,32对应32,64对应64
原文地址:https://www.cnblogs.com/lyf22/p/4949584.html