简体   繁体   English

安装后我找不到如何启动 eclipse IDE

[英]i cannot find how to start eclipse IDE after install

i did a setup of eclipse IDE for my ubuntu19.04 x64.我为我的 ubuntu19.04 x64 设置了 eclipse IDE。 disclaimer: i am not at all a java dev, but i need this IDE to run a project i work with locally an no one in the team can tell me how to do so without this IDE.免责声明:我根本不是 java 开发人员,但我需要这个 IDE 来运行我在本地工作的项目,如果没有这个 Z581D6381F3F35E4F9D47B72,团队中没有人可以告诉我如何做到这一点。

so i took an eclipse installer from the official website.所以我从官方网站上拿了一个 eclipse 安装程序。 "by Oomph", i chosed "Eclipse IDE for Java Developers" “by Oomph”,我为 Java 开发人员选择了“Eclipse IDE”

setup runs sucessfully, IDE launches, i did open my java project with it, fine.安装程序成功运行,IDE 启动,我确实用它打开了我的 java 项目,很好。

but when i close the IDE i have no idea how to launch it again.但是当我关闭 IDE 时,我不知道如何再次启动它。 Nothing useful is found in the head up display of ubuntu when i search for "eclipse".当我搜索“eclipse”时,在 ubuntu 的平视显示器中没有发现任何有用的信息。

the installed created a config folder in my user home folder, just containing a setup log.安装程序在我的用户主文件夹中创建了一个配置文件夹,其中仅包含一个安装日志。 But there is no executable here.但是这里没有可执行文件。 i don't get why they do something so hidden.我不明白为什么他们会做如此隐蔽的事情。 Any other ide i tested is able to be launched from CLI by its name.我测试的任何其他 ide 都可以通过其名称从 CLI 启动。

so if anyone is used to eclipse your advice would be welcome.因此,如果有人习惯于 eclipse,欢迎您提出建议。

oh well, this Oomph installer is damn misleading.哦,好吧,这个 Oomph 安装程序是该死的误导。 It says that the install folder is /home/$USER/eclipse它说安装文件夹是/home/$USER/eclipse

but in reality, where i can find the executable is /home/$USER/java-2019-09/eclipse但实际上,我可以在哪里找到可执行文件是/home/$USER/java-2019-09/eclipse

now i just have to add this folder to my $PATH variable in my.profile to be able to launch it from command line.现在我只需将此文件夹添加到 my.profile 中的 $PATH 变量即可从命令行启动它。

thank you all谢谢你们

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM