搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
盐析白兔
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
传播行为、事务回滚、分布式事务(CAP理论和BASE理论)
2
微信小程序发送模版消息推送_微信公众号若依
3
vue router 整合引入_router在线引入
4
microblaze+yt8511+freertos 1000M网调试记录_microblaze 千兆以太网
5
时隔两年,盘点ECCV 2018影响力最大的20篇论文_eccv 2018 image inpainting for irregular holes usi
6
如何在 Elasticsearch 中选择精确 kNN 搜索和近似 kNN 搜索_elasticsearch knn 和fassi hnsw
7
进阶指南!深入理解Java注解_深入java注解
8
大数据技术概述与入门_全球信息量总和 数据
9
基于springboot+vue的在线学习系统的设计与实现_在线学习系统详细类设计
10
Electron常见问题 10 - video标签如何控制视频音量大小_video 标签 音量键没法操作
当前位置:
article
> 正文
Eclipse 启动不起来_eclipese 启动不起来
作者:盐析白兔 | 2024-08-14 15:11:29
赞
踩
eclipese 启动不起来
Eclipse 启动不起来,出现以下错误:
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=D:/eclipse_rcp/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os win32
-ws win32
-arch x86
-showsplash D:/eclipse_rcp//plugins/org.eclipse.platform_3.3.200.v200905282000/splash.bmp
-launcher D:/eclipse_rcp/eclipse.exe
-name Eclipse
--launcher.library D:/eclipse_rcp/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519/eclipse_1206.dll
-startup D:/eclipse_rcp/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-product org.eclipse.epp.package.rcp.product
-vm C:/Program Files/Java/jdk1.5.0_09/bin/../jre/bin/client/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=D:/eclipse_rcp/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
网上搜索->解决此类错误的方法有以下几种:
首先:eclipse 安装路径下的eclipse.ini的内容如下:
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
第一种: eclipse.ini中内存设置过大的问题,修改了一下,256m改成128m,把512m 改为 256m,即可。
原因:大内存的配置导致的。
第二种:在eclipse.ini 中,增加了如下两行后,问题解决:
-vm
D:/Program Files/Java/jdk1.6.0/bin/javaw.exe
其中javaw.exe是我的JDK安装路径。同时,完整的eclipse.ini如下
-startup
plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
-vm
C:/Java/jdk1.6.0_10/bin/javaw.exe
-vmargs
-Xms40m
-Xmx256m
-Djava.net.preferIPv4Stack=true
第三种: 删除eclipse 安装目录下的eclipse.ini 文件,重新启动 eclipse.exe 即可。
PS:我是按照第2种方式解决。
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/盐析白兔/article/detail/979882
推荐阅读
article
在
eclipse
中安装
Spring
Tools
4
_
spring
tools
4
for eclip...
在
eclipse
中安装
Spring
Tools
4
_
spring
tools
4
for
eclipse
spring
t...
赞
踩
article
eclipse
安装
spring
tools
4
_
spring
tools
4 for eclips...
spring
tools
4
安装_
spring
tools
4 for
eclipse
spring
tools
4 fo...
赞
踩
article
安装
Spring
Tools
4
for
Eclipse
(
STS
4
) 创建
Spring
Boo...
本文介绍了如何从下载到启动
Spring
Tools
4
(
STS
4
),并详细讲解了在
STS
4
中创建
Spring
Boot
...
赞
踩
article
Spring
Boot
如何进行
单元测试
呢?_
springboot
单元测试
eclipse
...
Spring
Boot
进行
单元测试
的方法分享_
springboot
单元测试
eclipse
springboot
单元测试
...
赞
踩
article
如何
结合
FT2232HL
/
CMSIS
-DAP+
Eclipse
+
OpenOCD
软硬件工具使用SWD
调试
...
本人通过google搜相关文档和看ARM公司的技术文档,终于实现了这个功能。因为涉及的内容知识点比较多,对于玩
嵌入式
MC...
赞
踩
article
eclipse
4.5在线安装
Aptana3
插件报错解决方案_
org
.
eclipse
.
equinox
....
1. 在线安装:Help->Install New Software...->Add...->Name: "Aptana...
赞
踩
article
eclipse
启动报错,
解决办法
_无法调用“
org
.
eclipse
.e4.
core
.
context
...
eclipse
启动报错,
解决办法
刚开始安装好的
eclipse
都是能正常启动的,但是第二天再次点开的时候却报错!报错日志...
赞
踩
article
org
.
eclipse
.
equinox
.p2.
core
.ProvisonException_
org
....
1、错误描述2、错误原因3、解决办法_
org
.
eclipse
.
equinox
.p2.
core
.provisionexce...
赞
踩
article
【
Eclipse
插件开发】
Eclipse
p2
入门_
org
.
eclipse
.
equinox
.
p2
.c...
Eclipse
p2
随笔
p2
基础文件布局
p2
基础文件布局 在
p2
之前,许多
Eclipse
用户绕过 Update ...
赞
踩
article
【Bug解决】
Eclipse
安装
插件时提示“
org
.
eclipse
.
equinox
.p2.
core
....
当使用
Eclipse
2020-06和Java 1.8 JDK尝试
安装
插件时,遇到'
org
.
eclipse
.equino...
赞
踩
article
Eclipse
无法
启动
的
原因以及
启动
参数
文件配置修改_
eclipse
的
项目
无法
打开
...
Eclipse
无法
启动
主要有两种问题
的
,一是环境变量没配好,二是版本不匹配,三是
启动
eclipse
启动
设置路径有误。首先...
赞
踩
article
解决
eclipse
无法安装问题_
org
.
eclipse
.
equinox
.
internal
.provi...
解决
eclipse
无法安装问题(首先请确认已经安装了java并且配置好了环境变量)用官网的安装包安装
eclipse
。安装...
赞
踩
article
eclipse
打开报错_
org
.
eclipse
.
equinox
.
p2
.iu...
博主遇到在启动
eclipse
-jee-juno-SR2-win32时出现错误,尝试了更换不同版本的JDK、清除日志、修改...
赞
踩
article
Eclipse
崩溃后无法启动的问题解决_启动
eclipse
时
org
.
eclipse
.
equinox
....
次
Eclipse
发生内存溢出(ADT环境,多打开几个xml文件内存占用就会飚升),强制结束任务,再次启动
Eclipse
发...
赞
踩
article
Eclipse报错_
error
: org.
eclipse
.
equinox
.p2.
director
c...
部分转载,已注明出处,侵删Import报错:Some projects cannot be imported becau...
赞
踩
article
eclipse
无法正常
启动
解决方案
_
server2019
启动
eclipse
...
Eclipse
启动
提示javaw.exe in your current PATH、No java virtual ma...
赞
踩
article
Eclipse启动不了的解决办法_
problem
occurred
'org.
eclipse
.ecl...
有时启动Eclipse会出现莫名的错误,虽然没有修改过什么配置,但启动
eclipse
时出现像下面的错误:JVM term...
赞
踩
article
eclipse
启动
不了...
1. 2. 3. Linux下No more handles [gtk_init_check() failed] - c...
赞
踩
article
Eclipse
无法
运行
程序
的原因有哪些?_
eclipse
打不开
...
Eclipse
无法
运行
程序
的原因有哪些?_
eclipse
打不开
eclipse
打不开
...
赞
踩
article
Eclipse
启动
故障排除指南:
eclipse
启动
报错如何解决
Failed
to
load
th...
在这篇技术博客中,我们将探讨
Eclipse
启动
时遇到的一个常见问题——
JNl
共享库加载失败的错误。本文将深入分析原因并提...
赞
踩
相关标签
eclipse
spring
java
spring boot
tomcat
ssm
spring cloud
单元测试
ide
Eclipse
Java Web
freemarker
Eclipse插件开发
p2