`
xiangxm
  • 浏览: 64752 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
  • xiangxm: xurichusheng 写道一些涉及到密码保存的就需要加密/ ...
    3DES加密
  • xurichusheng: 一些涉及到密码保存的就需要加密/解密了。不需要解密的密码,如登 ...
    3DES加密

解决could not create the java virtual machine问题(转)

    博客分类:
  • Java
阅读更多
解决could not create the java virtual machine问题

博客分类: eclipse
JavaMyeclipseEclipseIDE虚拟机
今天早上突然打开不了myeclipse,每次启动都报错“could not create the java virtual machine”,开始以为是java虚拟机出了问题,于是卸了重装还是出现如此问题。接着到网上查找相关资料,经过试验,成功解决问题。过程如下:

1、在D:\Program Files\MyEclipse 6.1 Blue\eclipse有个eclipse.ini文件,原来的配置如下:
Java代码  收藏代码
-showsplash  
com.genuitec.myeclipse.blue.product.ide  
--launcher.XXMaxPermSize  
256m  
-vmargs  
-Xms128m  
-Xmx512m  
-Duser.language=en   
XX:PermSize=128M  
-XX:MaxPermSize=256M  


2、现在将原来配置改成如下所示:
Java代码  收藏代码
-showsplash  
com.genuitec.myeclipse.blue.product.ide  
--launcher.XXMaxPermSize  
256m  
-vmargs  
-Xms128m  
-Xmx512m  
-Duser.language=en   
-XX:PermSize=64M //修改此处  
-XX:MaxPermSize=128M  


只要修改以上代码后,myeclipse便可以启动了
分享到:
评论

相关推荐

    could not create the java virtual machine 解决办法

    could not create the java virtual machine 解决办法,已亲自实践,放心使用

    eclipse_failed_to_create_the_java_virtual_machine_问题图文解析_收藏

    eclipse failed to create the java virtual machine 问题图文解析_收藏

    java-virtual-machine-neutral

    java性能优化。

    navhome.htm

    could not create the java virtual machine 解决办法

    Javanew_historys.zip

    could not create the java virtual machine 解决办法

    精简jre步骤 迷你jre制作过程

    6. 再次运行 java –version命令,提示:Could not create the Java virtual machine.错误 7. 根据测试:还要将hpi.dll和zip.dll放到bin目录中 8. 再次运行java –version命令,OK,又出现了版本信息。此时,可以将...

    微软内部资料-SQL性能优化2

    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 ...

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

    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 ...

    MS.Azure.Planning.Deploying.and.Managing.Your.Data.Center.in.the.Clou

    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 ...

    System Hardware Information Finder

    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 ...

    BobBuilder_app

    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 ...

    Docker-in-Action.pdf

    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 ...

    8-07-14_MegaCLI for linux_windows

    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 ...

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

    - 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...

    Visual C++ 编程资源大全(英文源码 控件)

    njfind16.zip This 16-bit DOS tool traverses all directories on all drives on your machine and finds files which match the template you specify. (33KB)<END><br>36,noform.zip This sample shows how...

    EurekaLog_7.5.0.0_Enterprise

    4)....Added "--el_injectjcl", "--el_createjcl", and "--el_createdbg" command-line options for ecc32/emake to inject JEDI/JCL debug info, create .jdbg file, and create .dbg file (Microsoft debug format...

    mini2440 beer(pwm) 驱动

    could not establish link Using dm9000 device File transfer via NFS from server 192.168.1.30; our IP address is 192.168.1.20 Filename '/home/liyong-zou/nfs/kernel/uImage'. Load address: 0x30008000 ...

Global site tag (gtag.js) - Google Analytics