我是靠谱客的博主 甜美大碗,最近开发中收集的这篇文章主要介绍ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)

系统:ubuntu 18.04
用软件中心安装完成后点击运行即发现异常。

查看日志可以看到

!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

日志图片
image-20221018214305110

参考文章java.lang.ClassNotfoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
查找eclipseconfigurationconfig.ini
检查文件config.ini
image-20221017193157285
检查osgi.framework=file:plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator\bundles.info
注意:jar取决与你使用的eclipse版本。

我发现自己这三种文件都有。

网上搜索了一番后,选择忽略,继续实验步骤

安装 Hadoop-Eclipse-Plugin

img

同样报错,

img

暂时忽略日志文件,查看canberra-gtk-module模块位置

img

OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
image-20221018222354726
尝试修改eclipse.ini文件将部分配置备注,发现修改失败,忽略。

这是因为jdk8以后不需要给指定最大永久代大小了,在eclipse安装目录中/eclipse.ini文件中注释掉就好了.

img
最终发现此报错忽略不了,eclipse始终启动不了。

回到最开始的报错,检查osgi.framework=file:plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator\bundles.info
查看文件是否存在
发现我的plugins目录中没有这一行属性对应的文件osgi.framework=file:plugins/org.eclipse.osgi_3.8.1.dist.jar
在官网下载对应的软件包,libequinox-osgi-java (3.8.1-8)

链接:https://pan.baidu.com/s/1jtCQvXbfNUTiGqu-aBhXmg?pwd=cjmv
提取码:cjmv

 /usr/lib/eclipse/eclipse -clean # 添加插件后需要用这种方式使插件生效

image-20221019202351908
。。
。。。
。。。。
。。。。。
。。。。。。
后续,安装eclipse不要通过软件商店,自行官网下载然后解压!!
参考文章ubuntu中Eclipse启动报错

最后

以上就是甜美大碗为你收集整理的ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)的全部内容,希望文章能够帮你解决ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)ubuntu用软件中心安装的eclipse启动异常(java.lang.ClassNotFoundException: org.eclipse.core.runtime.adapt)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部