不知道是Eclispe的问题还是Deepin的问题
Tofloor
poster avatar
owen1759
deepin
2020-12-14 17:25
Author

Eclipse IDE for Enterprise Java Developers (includes Incubating components)

Version: 2020-06 (4.16.0)
Build id: 20200615-1200


通过菜单栏->文件->Restart试图重启Eclipse,但是每次都是关闭之后就再也没启动,需要手动启动。Windows下Eclispe没这个问题,不知道是哪边的原因,能否排查一下?


Reply Favorite View the author
All Replies
stone
deepin
2020-12-14 18:51
#1

Eclipse 适配问题吧

Reply View the author
moqilintong
deepin
2020-12-15 07:56
#2

我的Eclipse版本是:

Eclipse IDE for Enterprise Java Developers (includes Incubating components)

Version: 2020-09 (4.17.0)
Build id: 20200910-1200

我试了一下自己的,可以正常重启

Reply View the author
huangfengge
deepin
2020-12-17 05:39
#3

可以换成Spring Tools suite和Eclipse功能差不多,也挺好用。[坏笑]

Reply View the author
忘记、过去
deepin
2020-12-23 06:21
#4

不知道楼主解决这个问题没,我怀疑是 .desktop 文件的问题。

我的 Eclipse 重启功能是正常的,我是在官网下载的压缩包解压的,不是商店的版本,需要自己写 .desktop。

参考一下内容:

[Desktop Entry]
Encoding=UTF-8
Type=Application
Categories=Development;
Exec=/opt/eclipse/eclipse %u
Icon=/opt/eclipse/icon.xpm
Name=Eclipse IDE
Comment=Eclipse IDE
Terminal=False
StartupWMClass=Eclipse
MimeType=x-scheme-handler/eclipse+command;x-scheme-handler/eclipse+mpc;

我感觉问题应该出在标红的地方,楼主可以试试看。

Reply View the author