Questions tagged [eclipse]

104 questions
48
votes
10 answers

How do I add eclipse to my gnome shell favorites?

I run gnome shell 3.6 and Eclipse 4.2. I installed Eclipse manually, in my /opt directory, because the Ubuntu package for Eclipse is very outdated. I've created a .desktop file for it, and placed in in ~/.local/share/applications. It looks like…
Sean
  • 908
  • 1
  • 7
  • 8
30
votes
1 answer

Difference between Cross GCC and Linux GCC toolchain

While creating new C++ Project in Eclipse, I am being asked about toolchain. What is the practical difference between these toolchains - Cross GCC and Linux GCC. In what circumstances use them? Does it have something to do with whether the project…
Wiktor
  • 455
  • 2
  • 5
  • 7
28
votes
6 answers

org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] while running eclipse on ubuntu

I was trying to open eclipse in my ubuntu VM with the below commmand.. And as soon as I do that, I always get the below exception - ubuntu@username-dyn-vm1-48493:~$ eclipse Eclipse: An error has occurred. See the log…
SSH
  • 929
  • 4
  • 10
  • 17
20
votes
6 answers

Reduce eclipse tab size with GTK theming

In Eclipse on Fedora, these controls/widgets take up too much space: How can I make those bars thinner with a gtk-rc file or GTK3 CSS theming? UPDATED : I found https://github.com/jeeeyul/eclipse-themes this plugin have some builtin configurations…
jilen
  • 767
  • 2
  • 7
  • 20
12
votes
2 answers

Retrieve the window name and role

I'm running Eclipse and I detached some of the windows. Now I have 4 windows linked to Eclipse. What I need is to be able to identify each individual window and be able to control it. If I run tools like: xprop, xwininfo, or wmctrl -l I can…
slybloty
  • 1,228
  • 3
  • 17
  • 38
8
votes
2 answers

Java process freezes until I use 100% CPU

The issue I encounter When working on Android-Studio, Eclipse or even command-line Gradle, the Java software often freezes (even though usually it is after I update my system/change java). For Android-Studio and Eclipse, if I move to another desktop…
JonasVautherin
  • 395
  • 1
  • 9
  • 19
5
votes
2 answers

How can I find and install libXtst.so.6 in Centos 7 for scenebuilder-8.3.0-1.x86_64

I have a problem with this library: libXtst.so.6. I work with the eclipse IDE and I want to install scenebuilder-8.3.0-1.x86_64 for Drag and Drop UI in eclipse. When I enter this commend to install scenebuilder rpm -ihv…
Rayan_LPA
  • 53
  • 1
  • 1
  • 5
5
votes
5 answers

Develop / Debug C / C++ on Ubuntu?

What's the best IDE for developing C / C++ on Ubuntu? I tried installing Eclipse but it seems like I need the eclipse-cdt package also. The problem is there is no such package, at least for Lucid. How do I proceed? I am not tied to Eclipse.
JoelFan
  • 1,317
  • 1
  • 12
  • 14
5
votes
3 answers

Block cursor for Eclipse

Can you configure the cursor in Eclipse to be a (possibly non-blinking) block, instead of a (blinking) bar? I am running Xfce 4.10.
Eleno
  • 1,849
  • 4
  • 27
  • 39
5
votes
2 answers

How to install most recent version of Eclipse via the Terminal

I'm new to Linux and have just been given a VM of Oracle Linux to work with. I need to install Eclipse on it and, after a bit of research, discovered that this could most easily be done with the following command in the Terminal: sudo yum install…
Thunderforge
  • 313
  • 1
  • 4
  • 12
4
votes
1 answer

Eclipse not executable

I have just downloaded the Android SDK for Linux. I am running OpenSuse 12.3. When I try to run Eclipse, there is an error that says that there is no program to run executable files. So, I use the following ways to make the Eclipse program…
fts
  • 91
  • 6
4
votes
4 answers

Darcula dark theme for Eclipse

I wonder if there is a way to use Android Studio Darcula theme in Eclipse? I am trying to make Eclipse look a little bit like AS. So far I have made changes to the editor window and I have no idea how to tackle the rest of window frames etc. Any…
lunar
  • 141
  • 1
  • 1
  • 5
4
votes
2 answers

Couldn't perform atomic initialization SQLite error with Subversion on Eclipse

I'm trying to check out some code from my company's svn repository and I get this message on the console: checkout https://svn.[company]/[repo]/Trunk/[project] -r HEAD \ --depth=infinity --force Couldn't perform atomic initialization svn:…
gtludwig
  • 873
  • 3
  • 12
  • 22
4
votes
2 answers

Shell script to backup directories

I'm running eclipse on windows and would like to automatically backup my src direcories for all my projects. I installed cygwin and tried to make a simple backup script but I am having trouble properly specifying the destination filename. The…
Vasily Rxn
  • 143
  • 3
4
votes
2 answers

Unix/Linux C++ debugger that supports STL containers?

Currently I am using gcc-4.3.6 and Eclipse IDE for c++ development. I want to debug my project in Eclipse with gdb. I am having a hard time debugging code when it contains STL containers. Also I am not using STL directly, I have wrappers for each…
1
2 3 4 5 6 7