`

JAVA Error occurred during initialization of VM 错误的解决方法

 
阅读更多

今天安装了eclipse-jee-galileo-win32  +  jdk-1_5_0_20-windows-i586-p.exe

 

但是在安装完成后却出现了错误。我运行eclipsec.exe

提示信息:

Error occurred during initialization of VM
Could not reserve enough space for object heap

 

 

google  了一下,初步断定是内存方面的问题

于是决定修改配置文件

eclipse.ini

 

-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m

-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

 

将最后一行改为 -Xmx256m

 

保存后再次启动,就正常了。

 

原文地址:http://blog.csdn.net/maojudong/article/details/4552728

分享到:
评论

相关推荐

    一步到位解决Pycharm无法启动问题

    Error occurred during initialization of VM agent library failed to init: instrument 网上给出了非常丰富的解决方案,但看到很多人可能对命令行不是很熟悉,不知道该如何准确找到.vmoptions文件,这篇博客给出...

    java通过Python命令执行datax任务调度

    1、通过java调用Python命令执行datax任务调度 2、自动开始任务和调度结束关闭...3、如果我们在cmd使用命令调度,执行完毕后无法释放内存,会造成内存泄露不足,出现报错“Error occurred during initialization of VM”

    eclipse内存溢出处理

    通过理解内存溢出的概念,掌握JVM参数的调整方法,开发者可以有效地预防和解决此类问题,确保应用程序的稳定运行。此外,定期检查和优化项目结构,避免不必要的内存消耗,也是防止内存溢出的重要措施之一。

    解决pycharm安装出现的问题

    PyCharm安装时出现的编码错误虽然令人头疼,但通过检查和调整系统设置、更新Python解释器、修改注册表、使用第三方库以及创建虚拟环境等方法,通常可以有效解决这些问题。对于Python开发者而言,掌握这些技巧不仅能...

    jdk1.6.0_191.linux.x64.tar.gz

    # Error occurred during initialization of VM # java/lang/NoClassDefFoundError: java/lang/Object cd jdk1.6.0_191/lib ../bin/unpack200 tools.pack tools.jar cd jdk1.6.0_191/jre/lib ../bin/unpack200 rt....

    android studio 新建项目报错的解决之路

    6. **内存分配问题**:另一个常见的错误是“Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap”。这意味着JVM在启动时无法分配足够的内存。你可以通过修改`...

    idea 双击没反应 OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0

    1.在安装目录bin下找到idea.bat 并在最后一行添加pause 2.执行idea.bat ...Error occurred during initialization of VM Initial heap size set to a larger value than the maximum heap size 解决

    rt.jar—For Windows上的Java

    Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object 这是因为Java目录\lib或Java目录\jre\lib下缺少rt.jar或者有一个rt.pack,(把rt.pack删除掉,然后)下载本文件至...

    tomcat常见错误与解决方法.pdf

    在 Tomcat 启动时,提示:“Error occurred during initialization of VM Could not reserve enough space for object heap”。该错误是因为 Tomcat 的 bin 目录下,catalina.sh 文件的 Tomcat 内存参数配置过大,...

    AndroidStudio 使用过程中出现的异常(Gradle sync failed)处理办法

    本文主要介绍AndroidStudio 使用过程中出现的异常的解决办法,这里帮大家举例说明,如何处理出现这种问题,有需要的小伙伴可以参考下

    tomcat不能启动的原因总结

    **问题描述**:启动时出现“Error occurred during initialization of VM”这样的错误。 **解决方法**:重启计算机通常可以解决此类问题。此外,检查JDK的安装路径是否包含空格或特殊字符,有时这也可能导致类似错误...

    web程序打包成移动端可装的apk

    在打包过程中可能会遇到问题,如描述中提到的错误日志:“Error occurred during initialization of VM...Could not reserve enough space for 1048576KB object heap”。这个错误表明Java虚拟机(JVM)在启动时无法...

    eclipse问题解决

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

    WIN7安装gradle环境

    Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit...

    Jbuider启动

    Error occurred during initialization of VM Could not reserve enough space for object heap Unable to create JVM. ``` 这表明在初始化Java虚拟机时发生了错误,具体原因是无法为对象堆分配足够的内存空间。这...

    解决cordova+vue 项目打包成APK应用遇到的问题

    当执行`cordova build android`命令时,可能会出现“Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap”的错误。为解决这个问题,可以在系统环境变量中创建一...

    在RHEL3上安装ORALCE9I

    Error occurred during initialization of VM Unable to load native library: /tmp/OraInstall2009-01-07_12-33-13PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc....

    Bochs - The cross platform IA-32 (x86) emulator

    [3085140] Ia_arpl_Ew_Rw definition of error [3078995] ROL/ROR/SHL/SHR modeling wrong when dest reg is 32 bit [2864794] BX_INSTR_OPCODE in "cpu_loop" causes crash in x86_64 host [2884071] [AIX host...

Global site tag (gtag.js) - Google Analytics