简体   繁体   中英

Eclipse in Ubuntu won't start, exits without any error code

When I start Eclipse, it will display the splash screen briefly and then exit without any error code. I have searched in google, baidu and yahoo, haven't found an answer. Of course, haven't find an answer in stackoverflow either.

Someone said it can be solved by increasing the memory, I have tried, this method can't help me. My system is 64bit, and I have install 32bit jdk and 64bit jdk. Both of them can't solve the problem.

I have download some different type eclipse IDE from www.eclipse.org, , both of them have the same question. ,它们都有相同的问题。

"I installed eclipse by download eclipse from www.eclipse.org, just extract files to my workplace."...i am not sure what the issue is ,but this happened to me too.. when i tried installing offline by just downloading and extracting eclipse,

http://wiki.eclipse.org/FAQ_I_unzipped_Eclipse%2C_but_it_won%27t_start._Why%3F

I later re-installed through ubuntu software center works like a charm.I would recommend you to install through either 1 of these ways

1.through terminal

sudo apt-get install eclipse

2.through synaptic package manager

3.through software center

coz,that way the configurations are checked and the latest version of eclipse is installed,later you may add your plugins following steps on the eclipse site :)

I encountered such a problem when trying to run eclipse on a server install. Eclipse would start to run and then silently exit. I installed eclipse from the tarball available for direct download, NOT via apt-get or synaptics, FYI. My problem turned out to be missing GTK libs - since it is a server OS, most of the graphics related stuff is not installed by default. "aptitude install libgtk2.0-0" solved my problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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