Could not create the Java Virtual machine (GO)

Source: Internet
Author: User

Can't open MyEclipse, error "Could not create the Java Virtual Machine", the process of solving the problem is as follows:

1, there is a Eclipse.ini file in D:\MyEclipse\eclipse, the original configuration is as follows:
-showsplash
Com.genuitec.myeclipse.blue.product.ide
--launcher. Xxmaxpermsize
256m
-vmargs
-xms128m
-xmx512m
-duser.language=en
xx:permsize=128m
-xx:maxpermsize=256m

2. Now change the original configuration to the following:

-showsplash
Com.genuitec.myeclipse.blue.product.ide
--launcher. Xxmaxpermsize
256m
-vmargs
-xms128m
-xmx512m
-duser.language=en
-xx:permsize=64m//Modify here
-xx:maxpermsize=128m


After modifying the above code, MyEclipse can start the

Marvel, what do these parameters mean, respectively? Google for a moment:

-vmargs is to indicate that the following parameters are set for the JVM (Java Virtual machine), that is, the following are the parameters of the Java Virtual machine, for the JVM, the memory is divided into heap memory and non-heap memory, note that the heap here is not the concept of the heap inside C/s, because the JVM manages its own memory, The so-called heap of memory is what the JVM can assign to

Http://blog.sina.com.cn/s/blog_471c8e7f0100ew08.html

Could not create the Java Virtual machine (GO)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.