about ubuntu 16-4 install eclipse vary slow and always over , it is a bug,it takes me for half day ,i have to reback fictx


up vote21down votefavorite

12

Eclipse was working as good as anything on 14.04. I did a clean install of 16.04 and installed Eclipse. But it runs a Java program only once after which it just hangs during subsequent attempts before I remove and reinstall it. I have tried many things, since in the beginning I needed CDT as well. Right now, I just want to remove everything related to eclipse and do a fresh install (remove all the configs and dependencies). Please note that I used Eclipse installer to install Eclipse and the eclipse icon image is also not appearing (the default ubuntu ? is appearing).

eclipse 16.04


shareimprove this question

asked Apr 24 at 3:55

Ankur Lathwal

10615

 
add a comment

7 Answers

activeoldestvotes


up vote39down vote

I had something the same with 16.04 and Eclipse Mars. I thought it had frozen but in fact it was running very, very slowly. The problem is the version of GTK+ 3, shipped with 16.04. Fortunately the solution is very easy. Open a terminal and then type export SWT_GTK3=0, then start Eclipse from the terminal. If that works, then a more persistent fix is to put the 2 lines in italics below intoeclipse.ini:

--launcher.GTK_version
2

before the line:

--launcher.appendVmargs

The bug is filed with Ubuntu at bug 1552764

时间: 2024-12-17 13:10:12

about ubuntu 16-4 install eclipse vary slow and always over , it is a bug,it takes me for half day ,i have to reback fictx的相关文章

Ubuntu 16.04安装Eclipse并创建桌面快捷方式

转载自:http://www.linuxidc.com/Linux/2017-02/140909.htm 系统:Ubuntu 16.04 JDK版本:1.8.0_121 1.官网下载eclipse,我的版本是eclipse-jee-neon-2-linux-gtk-x86_64.tar.gz,只要JDK版本高,其他版本也可以 2.移动并解压到/java目录下 sudo mv eclipse-jee-neon-2-linux-gtk-x86_64.tar.gz /java        //移动到

Ubuntu 16.04 安装eclipse svn插件

svn插件是协同开发软件过程中的版本控制工具.Ubuntu下安装后eclipse之后,选择在线安装. 1.打开安装好的eclipse,选择help,点击install New Software... 2.在下面的窗口中键入http://subclipse.tigris.org/update_1.10.x, 回车检索出Subclipse 和SVNKit,全部选中,注意要取消选择Contact all update sites during install to find required soft

Ubuntu 16.04TLS安装Eclipse配置Pydev

原材料: 下载 jdk-8u121-linux-x64.tar.gz 下载 eclipse-jee-neon-2-linux-gtk-x86_64.tar.gz 1.安装jdk sudo mkdir /opt/jvm sudo tar zxvf jdk-8u121-linux-x64.tar.gz -C /opt/jvm 2.配置jdk的环境变量 sudo gedit /etc/profile,在文件末尾添加以下语句: export JAVA_HOME=/opt/jvm/jdk1.8.0_121

mariadb install on Ubuntu 16.04.1 LTS

最近在尝试基于Ubuntu 16.04.1 LTS server 部署openstack ,在部署的过程中遇到mariadb 无法正常链接. 问题 参照openstack 官方文档安装mariadb,安装后遇到无法在本地登录的问题 $mysql -u root -p $mysql -h localhost -u root -p 报错如下 mysql (mariadb) ERROR 1698 (28000): Access denied for user 'root'@'localhost' 但使

(转) How to install eclipse in ubuntu 12.04

源地址:http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/ Eclipse installation in ubuntu 12.04 is very simple . you can install eclipse using “software center” but you may not get the latest version, better download the latest version and ins

Install LAMP Stack On Ubuntu 16.04

原文:http://www.unixmen.com/how-to-install-lamp-stack-on-ubuntu-16-04/ LAMP is a combination of operating system and open-source software stack. The acronym LAMP came from the first letters ofLinux, Apache HTTP Server, MySQL or MariaDB database, and PH

Ubuntu 16.04 LTS软件包管理基本操作使用APT简化命令行下面我们列出 Ubuntu 16.04 LTS 中使用 ATP 命令与老版本 Ubuntu 中软件包管理的用法对比: Ubuntu 16.04 LTS 老版本Ubuntu apt install 包名 替代 apt-get install 包名 apt remove 包名 替代 apt-get remove 包名 apt se

前文 Ubuntu 16.04 新特性中我们已经介绍过,随着 Ubuntu 16.04 LTS 的发布,Ubuntu 的软件包管理命令也发生了变化,新系统采用了 Debian 项目中所使用的 APT(Advanced Package Tool)来完成各种的不同的任务,ATP 命令全面取代了我们之前在 Linux 软件包管理基本操作入门中所介绍的 apt-get.apt-cache 等功能. ATP 在创建之初便是为了解决大量软件包管理所遇到的问题,希望结束类似 Linux 早期系统依赖的一大弊病

How To Install Java with Apt-Get on Ubuntu 16.04

Koen Vlaswinkel Subscribe Share 29 How To Install Java with Apt-Get on Ubuntu 16.04 PostedApril 23, 2016 1.1mviews JAVA UBUNTU UBUNTU 16.04 Introduction Java and the JVM (Java's virtual machine) are widely used and required for many kinds of software

Install greenplum cluster on ubuntu 16.04

规划:1个msater, 2个segments 环境:ubuntu 16.04 Greenplum Version: 'postgres (Greenplum Database) 5.3.0 build 2155c5a-oss 1.安装 sudo add-apt-repository ppa:greenplum/db sudo apt-get update sudo apt-get install greenplum-db-oss 2. 配置/etc/hosts Edit the /etc/ho