Home > Back-end >  Eclipse could not create the Java virtual machine
Eclipse could not create the Java virtual machine

Time:09-21

Today continue to open one of my favorite Eclipse, but pop up the window below left, I don't know how to solve, the method to use on baidu.com, how do I solve???????

CodePudding user response:

Refer to the following post, the experiment had no,
https://www.cnblogs.com/mafangfang/p/4876390.html
Open the eclipse directory of eclipse. Ini file, modify - the launcher. XXMaxPermSize attribute



- startup
Plugins/org. Eclipse equinox. Launcher_1. 2.0 v20110502. Jar
-- the launcher. The library
Plugins/org. Eclipse equinox. The launcher. The win32. Win32. X86_1. 1.100 v20110502
- vm % JAVA_HOME %
- Dosgi. RequiredJavaVersion=1.5
- Xms40m
- Xmx512m
- the product
Org. Eclipse. Epp. Package. Jee. Product
-- the launcher. DefaultAction
OpenFile
-- the launcher. XXMaxPermSize

256 m- showsplash
Org. Eclipse. Platform
-- the launcher. XXMaxPermSize

128 m-- the launcher. DefaultAction
OpenFile
- vmargs
- Dosgi. RequiredJavaVersion=1.5
- Xms40m
- Xmx512m

CodePudding user response:

reference 1st floor usecf response:
refer to the following post, the experiment had no,
https://www.cnblogs.com/mafangfang/p/4876390.html
Open the eclipse directory of eclipse. Ini file, modify - the launcher. XXMaxPermSize attribute



- startup
Plugins/org. Eclipse equinox. Launcher_1. 2.0 v20110502. Jar
-- the launcher. The library
Plugins/org. Eclipse equinox. The launcher. The win32. Win32. X86_1. 1.100 v20110502
- vm % JAVA_HOME %
- Dosgi. RequiredJavaVersion=1.5
- Xms40m
- Xmx512m
- the product
Org. Eclipse. Epp. Package. Jee. Product
-- the launcher. DefaultAction
OpenFile
-- the launcher. XXMaxPermSize

256 m- showsplash
Org. Eclipse. Platform
-- the launcher. XXMaxPermSize

128 m-- the launcher. DefaultAction
OpenFile
- vmargs
- Dosgi. RequiredJavaVersion=1.5
- Xms40m
- Xmx512m

Oh, crab crab, my configuration files written in 512, 1024
  • Related