eclipse Failed to create the Java Virtual Machine的问题

现象

   打开eclipse时弹出提示框: Failed to create the Java Virtual Machine


解决方案

    参考 http://www.javabk.com/archieves/failed-to-create-the-java-virtual-machine/


原因

   eclipse.ini配置错误。eclipse 是用java语言开发的IDE,运行在JVM上的。eclipse.ini是一个文本文件,包含了eclipse启动时所需的参数信息,包括JVM参数

     eclipse.ini文件wiki的解释: eclipse.ini is a text file containing command-line options that are added to the command line used when Eclipse is started up


扩展

     eclipse运行调优(jvm参数配置) http://blog.csdn.net/lhooouuu/article/details/7220721

你可能感兴趣的:(eclipse Failed to create the Java Virtual Machine的问题)