The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
20 views

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 ...
0
votes
2answers
23 views

Emacs “jump to class definition” functionality?

I want to jump to a class file "A" from another file "B" which defines objects "A". In eclipse, it is done using F3. Is there a way to achieve this in emacs?
0
votes
0answers
33 views

Prevent Java to escalate CPU usage on Slackware64?

I use Slackware64-current on my work laptop and though I love running Slackware, sometimes it hangs on me near to the point of starting considering falling back to Windows. I develop on Java and use ...
0
votes
0answers
63 views

Compiling the Linux kernel in Eclipse

I have a Mac running Snow Leopard and I know that I cannot compile the Linux kernel. I have used a Linux VM (virtualbox) to compile the kernel but I was wondering if I could compile it on Eclipse ...
0
votes
1answer
218 views

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 ...
0
votes
0answers
130 views

Huge tabs in Eclipse, Linux Mint 14

My problem is exactly same as here http://ubuntuforums.org/showthread.php?t=1465712, but on Linux Mint 14 the solution doesn't work... I remember it worked fine on Mint 12. Any ideas how to make tabs ...
3
votes
2answers
1k views

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 ...
0
votes
0answers
379 views

how do I decrease font size in Eclipse (Linux Mint)

How do I decrease the font size of tabs' title bar (see screenshot )? I use Eclipse Mobile Juno, and Linux Mint 13 Mate. I tried both going to Eclipse Preferences and Mate preferences. The mate ...
4
votes
2answers
185 views

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 ...
0
votes
2answers
406 views

GTK-2 error when installing Glassfish plugin for Eclipse on Fedora 16 64-bit

I have Eclipse running fine on my Fedora 16. I was following these instructions to install the Glassfish Tools Bundle for Eclipse (which has to be done outside Eclipse through its own installer) and, ...
0
votes
0answers
55 views

How can wine get windows files to be recognised by machines running linux?

How is wine actually doing to the .dll files to have them working on linux machines? Does anyone know How it works?
0
votes
0answers
265 views

VLC for Android compile error on Eclipse [closed]

I want to compile VLC for Android on Eclipse IDE. According to http://wiki.videolan.org/AndroidCompile I have to be on Linux. I'm using Ubuntu 11.10 and I followed every step on the list. In Eclipse, ...
0
votes
0answers
131 views

Linux Mint freezes while downloading eclipse

I installed linux mint on parallels on my mac computer. It seemed to work fine and then, while downloading eclipse from Software Manager the entire system froze when it got to 40%. I've tried ...
3
votes
2answers
398 views

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 ...
9
votes
2answers
189 views

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 ...
1
vote
2answers
1k views

How to “zoom out” screen windows, everything looks too big?

I bought new laptop Dell Inspiron and first thing I installed Linux Mint and Eclipse for Java development. But I didn't like the look of Eclipse, everything just looks too big on the screen. Half of ...
1
vote
1answer
709 views

Opensuse 11.4 very slow on 8 GB RAM i5 processor

EDIT : This is when top is run with "M" . Snapshot when Eclipse starts ( using "iotop") Snapshot when Eclipse building workspace After Eclipse has done its thing Its as slow as before ...
2
votes
2answers
467 views

Eclipse error on opening: Linux Mint 12

I've installed Eclipse with the command: sudo apt-get install eclipse or when I install via the synaptic manager. Unfortunately, when I open up Eclipse I get this error: ...
4
votes
1answer
361 views

Minimal gui for Eclipse Indigo on Ubuntu

I'd like to install Eclipse I could use via VNC on a minimal Ubuntu 10.04 installation, but without the unnecessary bells and whistles that come with gnome-desktop. All I really need to do in an ...
6
votes
3answers
1k views

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?
2
votes
1answer
207 views

Why does Eclipse think I'm typing “ctrl+a” when I'm only typing “a”?

I currently using Eclipse with Fedora 16, everything is perfect before I use Ctrl+H to search a file. In the file search tab: When I type 'a' Eclipse seems to get a 'ctrl + a' So I cannot type an ...
2
votes
0answers
180 views

What is going wrong with this theme when running Eclipse?

Please see this video to understand what I'm describing: Weirdness in Eclipse - YouTube. Essentially, when I use the "Ambiance Evolution" theme with Eclipse, it starts wiggling and doesn't stop, as ...
1
vote
2answers
593 views

Problem installing JDT in Eclipse on linux

I installed Eclipse on Fedora Core 14 using yum install eclipse-platform. I ran eclipse and tried to install the java development tools, but then this error came up: Cannot complete the install ...
6
votes
5answers
3k views

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. ...