`
kidiaoer
  • 浏览: 822283 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

解决 Failed to create the Java Virtual Machine

阅读更多
今天从http://eclipse.org/下载了一个Eclipse IDE For Java EE Developers,解压后启动,发现弹出提示框“ Failed to create the Java Virtual Machine”
几经周折终于找到了解决办法,特与朋友们分享,方法如下:  找到eclipse目录下的eclipse.ini,可以看到如下内容:


-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m




将其修改为如下内容,即可启动Eclipse

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx256m


(我装的JDK是1.6.0_20)
分享到:
评论

相关推荐

    Eclipse运行时提示failed to create the java virtual machine

    ### Eclipse 运行时提示 "failed to create the java virtual machine" 的解决方法 在使用 Eclipse 进行 Java 开发的过程中,有时会遇到一个常见的错误提示:“failed to create the java virtual machine”。这一...

    解决Eclipse启动出错:Failed to create the Java Virtual Machine

    解决Eclipse启动出错:Failed to create the Java Virtual Machine Eclipse是一款功能强大的集成开发环境(IDE),广泛应用于Java、Python、C++等语言的开发中。但是在使用Eclipse时,用户可能会遇到各种错误,例如...

    eclipse_failed_to_create_the_java_virtual_machine_问题图文解析_收藏

    "Eclipse Failed to Create the Java Virtual Machine 问题图文解析" Eclipse 是一个功能强大的集成开发环境(IDE),广泛应用于软件开发、测试和维护中。然而,在使用 Eclipse 时,可能会遇到 "Failed to create ...

    Eclipse 开发java 出现Failed to create the Java Virtual Machine错误解决办法

    总之,解决"Failed to create the Java Virtual Machine"的问题通常需要根据具体情况调整Eclipse的启动配置。通过细心排查和尝试不同的内存设置,大部分情况下都能找到合适的解决方案。同时,保持软件的更新和良好的...

    Java Virtual Machine.xmind

    Java Virtual Machine.xmind

    解决eclipse启动时报错Failed to create the Java Virtural Machine.问题的方法

    通过上述步骤,大多数情况下都能成功解决“Failed to create the Java Virtual Machine”错误。如果问题依然存在,可能需要进一步排查其他可能的系统或软件冲突。在调试过程中,记得备份重要数据,并在修改配置前...

    MemoryAnalyzer-1.9.1.20190826-win32.win32.x86_64_.zip

    假如你机器的内存不大,改大该参数的值,会导致MemoryAnalyzer启动时,报错:Failed to create the Java Virtual Machine。 2.当你导出的dump文件的大小大于你配置的1024m(说明1中,提到的配置:-vmargs– Xmx1024m...

    Android Studio 报错failed to create jvm error code -4的解决方法

    然而,有时在安装和启动Android Studio时,开发者可能会遇到一些问题,其中之一就是"failed to create JVM (Java Virtual Machine) error code -4"。这个错误通常意味着Android Studio在尝试启动时遇到了与JVM相关的...

    MemoryAnalyzer内存分析工具单独软件无需安装18.1

    假如你机器的内存不大,改大该参数的值,会导致MemoryAnalyzer启动时,报错:Failed to create the Java Virtual Machine。 2.当你导出的dump文件的大小大于你配置的1024m(说明1中,提到的配置:-vmargs– Xmx1024m...

    SymbianS60平台JAVA开发环境搭建步骤.pdf

    - 当启动Eclipse时,可能会遇到"Failed to create the Java Virtual Machine"的错误。解决这个问题,你需要编辑Eclipse安装目录下的`eclipse.ini`文件。找到`-XXMaxPermSize`参数,将其值改为128M(如`-launcher....

    Android环境搭建详解

    在搭建环境的过程中,用户可能会遇到一些常见的错误,例如在Eclipse启动时出现“failed to create the Java Virtual Machine”错误提示,这种情况下,建议用户检查系统JDK的安装和环境变量设置是否正确,或者尝试...

    Eclipse,MyEclipse开发Web项目.doc

    - **Eclipse打开报错:failed to create the java virtual machine**:这通常是因为JVM内存设置不足。可以在eclipse.ini文件中调整`-Xms`和`-Xmx`参数,降低初始和最大堆内存分配。 - **解决方法一**:将`-Xms256m...

    eclipse问题解决

    **问题描述**:启动Eclipse时提示“Failed to create the Java Virtual Machine”或“Error occurred during initialization of VM”。 **解决方案**: - **增加内存分配**:打开Eclipse的启动脚本(在Windows系统...

    解决virtualbox不能为虚拟电脑打开一个新任务。

    对于这个问题,我们需要深入理解VirtualBox的工作原理,并采取相应的解决方案来修复。 首先,VirtualBox是一个开源的虚拟化平台,它允许用户在单一的物理机器上运行多个操作系统实例。当出现“不能为虚拟电脑打开一...

    Docker-in-Action.pdf

    was to create something that would help people of mixed backgrounds get up to speed on Docker as quickly as possible, but in such a way that they understand the underlying mechanisms. The hope is that...

    create_ondemand_request

    在IT行业中,"create_ondemand_request"通常指的是创建按需请求的能力,这在很多场景下都是非常关键的,比如云服务、数据处理或者自动化任务调度等。在这个特定的上下文中,我们关注的是一个名为"create_ondemand_...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    The main reason for making a virtual function inline is to place its definition in the class, either for convenience or to document its behavior, e.g., for accessors and mutators. The -inl.h Files...

    8-07-14_MegaCLI for linux_windows

    LSIP200232870 (DFCT) Add a Gen2 to Gen3 toggle function and a check for the PCI speed to MegaSCU/CLI [ PR : LSIP200231423 ] LSIP200232927 (DFCT) Port PR 198414 to MR5.4 (Headless Boot) ...

    vmtools-linux.iso

    Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want? [yes] The installation of VMware Tools 5.5.1 ...

Global site tag (gtag.js) - Google Analytics