核心提示:WebSphere(Myeclipse)打开就出错Could not create the Java virtual machine 描述: JVM_terminted_Exit_code=1 描述: Could_not create_the_Java_virtual_machine
myeclipse一启动就自动关闭,报错Could not create the Java vitural machine:
WebSphere(Myeclipse)打开就出错Could not create the Java virtual machine
描述: JVM_terminted_Exit_code=1
myeclipse一启动就自动关闭,报错"Could not create the Java vitural machine"
解决方法:
修改eclipse.ini 文件 如:websphere (C:\Program Files\IBM\SDP\eclipse.ini )
方法一:Change eclipse.ini from:
-vmargs
-Xms40m
-Xmx256m
to:
-vmargs
-Xms40m
-Xmx128m
注:(可以更改参数减半,试内存而定)
方法二:Change eclipse.ini from:
-vmargs
-Xms40m
-Xmx256m
to:
-vm %JAVA_HOME%\bin\javaw.exe
-vmargs
-Xms40m
-Xmx128m
方法三:Change eclipse.ini 自定义JRE 我自己重新指定本地自己安装的JRE options
-vm
D:\Sun\JRE1.5.0\bin\javaw.exe
-Xms128m
-Xmx256m
-vmargs
其他Eclipse相关IDE修改的文件为:
MyEclipse %MyEclipse_Home%\eclipse\eclipse.ini
WorkShop %WorkShop_Home%\workshop92\workshop4WP\workshop4WP.ini
JBuilder2007 %JBuilder2007_Home%\JBuilder.ini
经过我的努力还是没有解决这个问题。。不过在dos下可以打开的。startup。jar
最后还是换了下Myeclipse的版本才解决
参考:http://miraclestar.bokee.com/viewdiary.181762853.html
注:最近需要做java的项目,由于项目要求用eclipse3.2.2(中文版)+myeclipse_5.0,没有找到完全匹配的版本,起初装的是eclipse3.2.2+myeclipse_6.0ga+jre1.6,出现“Myeclipse打开就出错Could not create the Java virtual machine”问题,在网上找到“上述方法”,但经实验没解决问题
后发现myeclipse_6.0ga要求eclipse3.3.*,换了eclipse的版本(可惜只找到英文版的)后问题解决
看来主要是版本兼容问题
分享到:
相关推荐
### "could not create the java virtual machine" 解决办法 在开发过程中,我们经常会遇到 “could not create the java virtual machine” 这样的错误提示。这个问题通常出现在启动基于Java的应用程序时,比如...
### 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 是一个功能强大的集成开发环境(IDE),广泛应用于软件开发、测试和维护中。然而,在使用 Eclipse 时,可能会遇到 "Failed to create ...
解决Eclipse启动出错:Failed to create the Java Virtual Machine Eclipse是一款功能强大的集成开发环境(IDE),广泛应用于Java、Python、C++等语言的开发中。但是在使用Eclipse时,用户可能会遇到各种错误,例如...
假如你机器的内存不大,改大该参数的值,会导致MemoryAnalyzer启动时,报错:Failed to create the Java Virtual Machine。 2.当你导出的dump文件的大小大于你配置的1024m(说明1中,提到的配置:-vmargs– Xmx1024m...
could not create the java virtual machine 解决办法
### Java性能优化关键知识点 #### 一、Java性能调优概览 在现代软件开发中,Java作为一种广泛使用的编程语言,其性能优化是确保应用程序高效运行的关键。性能调优不仅涉及代码层面的优化,还包括对Java虚拟机(JVM)...
标题 "Javanew_historys.zip" 提供的信息表明,这个压缩包可能包含了与Java虚拟机(JVM)相关的错误解决方案,特别是"could not create the java virtual machine" 这个问题。这个问题通常发生在尝试运行Java应用...
6. 再次运行 java –version命令,提示:Could not create the Java virtual machine.错误 7. 根据测试:还要将hpi.dll和zip.dll放到bin目录中 8. 再次运行java –version命令,OK,又出现了版本信息。此时,可以将...
问题描述:在hadoop安装目录/bin/hadoop中有一段shell代码导致Hadoop启动datanode时出现Unrecognized option: -jvm和Could not create the Java virtual machine错误。 解决方法: 1. 修改hadoop安装目录/bin/...
2. 启动错误:“ERROR:could not create the java virtual machine!”:这可能是因为Java虚拟机内存配置不当。在`spoon.bat`中调整`PENTAHO_DI_JAVA_OPTIONS`,降低初始和最大内存分配,例如将其改为`-Xms512m` `-...
Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` * **调整内存设置** 检查`gradle.properties`文件中的`org.gradle.jvmargs`参数,确保它...
By leveraging the Address Windowing Extensions API, an application can create a fixed-size window into the additional physical memory. This allows a process to access any portion of the physical ...
For example, if your header file uses the File class in ways that do not require access to the declaration of the File class, your header file can just forward declare class File; instead of having ...
In the book’s final chapters, you’ll find cutting edge examples of cloud technology in action, from machine learning to business intelligence, for a taste of some exciting ways your business could ...
Before making this call, it is necessary to create the handle to registry key which needs to be queried. For this make use of RegCreateKeyEx API call. This is how the code looks like in the included ...
I decided against using SortedDictionary for the pages as it was slower than a normal Dictionary and for the purpose of a key value store the sorted-ness was not need and could be handled in other ...
couple different Java images, and then Python images. Then my mind flashed back to that terrible day with Graphite. I popped over to the Docker Index (this was before Docker Hub) and did a quick ...
LSIP200232922 (DFCT) MegaCLI misspell the word "package" as "pakage" under ctrl version and it does not displays firmware version LSIP200232921 (DFCT) MegaCLI displays version for PD in unclear ...
- ported the read-only part of Qemu's 'virtual VFAT' block driver - additions: configurable disk geometry, FAT32 support, read MBR and/or boot sector from file, volatile write support using hdimage...