eclipse不能与ubuntu 16.04一起使用 [英] eclipse doesn't work with ubuntu 16.04

查看:138
本文介绍了eclipse不能与ubuntu 16.04一起使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚安装了ubuntu 16.04并下载了eclipse并提取。当我开始eclipse时,欢迎页面是空的。



当我开始eclipse市场没有任何反应。



解决这个问题?

解决方案

尝试在编辑你的 eclipse.ini 文件,并调整启动器条目,如下所示:

  -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


I just installed ubuntu 16.04 and downloaded eclipse and extracted. When i start eclipse the welcome page is empty.

When i start the eclipse marketplace nothing happens.

How to solve this issue?

解决方案

Try to start Eclipse after editing your eclipse.ini file and tweaking the launcher entry like this:

--launcher.GTK_version
2

Example file:

-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一起使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆