eclipse 不适用于 ubuntu 16.04

标签 eclipse ubuntu

我刚刚安装了 ubuntu 16.04 并下载了 eclipse 并解压。当我启动 eclipse 时,欢迎页面是空的。

当我启动 eclipse 市场时,没有任何反应。

如何解决这个问题?

最佳答案

在编辑 eclipse.ini 文件并像这样调整 launcher 条目后尝试启动 Eclipse:

--launcher.GTK_version
2

示例文件:

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.GTK_version
2
-product
org.eclipse.epp.package.cpp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m

关于eclipse 不适用于 ubuntu 16.04,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36822242/

相关文章:

java - 对源代码的编译后自定义操作?

ubuntu - 如何解决无法移动到新命名空间 : PID namespaces supported, 支持网络命名空间,但失败 : errno = Permission denied?

mysql - 如何关闭这个 ssh 隧道?

java - 使用 Spark(Soot -Eclipse 框架)生成调用图 - 内存问题

java - jarsigner 无法在 java 中工作,因此构建失败

java - Eclipse:移动 Maven 依赖项

java - 在 eclipse 中运行 scala 的配置

c - 如何让 opencv 包含在 kubuntu 中工作? (包括如何在 netbeans 6.7.1 中包含和链接的解决方案)

mongodb - 在 Ubuntu 16.04 上安装 MongoDB

c++ - 与 libQt5Core 的链接