Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the JVM terminated problem that crashed Eclipse

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

In this issue, the editor will bring you about how to solve the JVM terminated problem that caused the collapse of Eclipse. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.

This article will introduce how to solve the problem of Eclipse crash caused by JVM terminated, this problem may also occur in MyEclipse, in addition, after the use of Ec3.2, MyEc5.5, JDK6.10, there may also be the phenomenon of Ec crash. I believe that the introduction of this article will give you something.

The solution to the problem of Eclipse collapse caused by JVM terminated

After using Ec3.2, MyEc5.5 and JDK6.10, Ec always crashes. Sometimes, when compiling or using, you will forcibly exit. Error message:

JVM terminated.Exitcode=1C:\ jdk6_10\ bin\ javaw.exe-Dosgi.splashLocation=d:\ MyEclipse55\ eclipse\ MyEclipseSplash.bmp-Xms128m-Xmx512m-jarE:\ eclipse\ startup.jar-oswin32-wswin32-archx86-launcherE:\ eclipse\ eclipse.exe-nameEclipse-showsplash700-exitdate3a4_80-vmc:\ jdk6_10\ bin\ javaw.exe-vmargs-Dosgi.splashLocation=d:\ MyEclipse55\ eclipse\ MyEclipseSplash.bmp-Xms128m-Xmx512m-jarE:\ eclipse\ startup.jar

The environment has been rebuilt, and even the system has been reinstalled, which has not been solved. * has checked the information in this area on the Internet, and the solution is as follows:

1. Add the 1.5 + JDK path on your computer under Eclipse--Window--Preferences--Java--InstalledJREs and add the old version of Remove

two。 Edit the eclipse.ini file with EditPlus under the installation directory of eclipse, and change the parameters to:

-vm=C:\ JDK6_10\ bin\ javaw.exe # this depends on your own JDK path-the following parameters of vmargs# depend on the memory size of everyone to choose the appropriate size-Xms128m-Xmx512m-XX:PermSize=64M-XX:MaxPermSize=128M

3: people who have installed Orcale * * reset the environment variables: setpath=D:\ ProgramFiles\ Java\ jdk1.5.0_06\ bin. I use Sybase's database. I suspect that the problems encountered are related to the environment variables that are automatically added when installing Sybase, but they are not tested.

After the above settings, the problem is solved, and you can finally work with peace of mind!

The above is the editor for you to share how to solve the Eclipse collapse of the JVM terminated problem, if you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report