eclipse

Eclipse write to console

In Eclipse, how can I write a debug statement to a console window? I tried: System.out.print(urls); System.out.println(urls); Log.d("tag", urls); But I don't see the values being displayed anywhere. Thanks. ...

Uninstall Mylyn from Eclipse Galileo

Is there a way I can uninstall Mylyn from Eclipse PDT. It comes pre-installed and I don't think I am going to use it. So I want to take all the additional plugins out of my eclipse copy as my IDE is already running sluggishly. ...

Optimize Use of Ramdisk for Eclipse Development

We're developing Java/SpringSource applications with Eclipse on 32-bit Vista machines with 4GB RAM. The OS exposes roughly 3.3GB of RAM due to reservations for hardware etc. in the virtual address space. I came across several Ramdisk drivers that can create a virtual disk from the OS-hidden RAM and am looking for suggestions how best t...

Where is $ERL_TOP on a macports installation of Erlang

I've installed Erlang through macports on my macbook and I'm trying to use the Erlang Eclipse plugin, but it needs me to point it to the $ERL_TOP directory. Where does that exist? I know my erl binary shell is located at: which erl /opt/local/bin/erl ...

Eclipse: Can you put your cursor on all lines?

In IDEA you had the possibility to put your cursor on all lines. Is this possible in Eclipse? ...

post-processing search in eclipse

Hi all, I have an eclipse project with a number of sql queries here and there. I wonder if I can perform a search on eclipse for all insert statements in the project, and have eclipse pipe the output into stdout or a file printed in a list format; the file should contain only the search matches and not the project hierarchy ...

Eclipse is showing every task in waiting state

Hi All, All of a sudden my eclipse has stopped working. I have restarted it multiple time, i have even restarted my machine. It is showing every task in "Waiting" state. Has anyone has faced the same problem?? Thanks! Pratik ...

New to Ant - Problem with relative paths

Please help, I'm going slightly mad!! I'm using Eclipse-generated antfiles to build a project with dependencies, one of which has its own buildfile in a directory which is a sibling to the direct ancestor of the project I'm building. E.g. if my directory is "/base/modules/clinicalcontext", the directory of one of the dependencies is sim...

Eclipse (Galileo) : Why does "Initializing Java Tooling : 59%" take FOREVER?

Hello all, New to Java and Eclipse. For some reason, the first time I load Eclipse on a given day, it freezes at "Initializing Java Tooling : 59%". Eventually, it gets past this and I can do my work. However, this "Initializing Java Tooling : 59%" stage takes a REALLY REALLY REALLY long time. Does anybody know why it does this or ho...

Zend Studio for Eclispse Expand All feature

Hello, is there a way to select a folder and somehow expand all the child folders of the selected folder? It would be very useful. The issue that I imagine is that because in Zend Studio php files are expandable also so they can show their classes namespaces methods and etc if there is a way to expand a folder and all its subfolders it ...

Enabling Ant Tools in a new Eclipse Galileo installation

I have recently installed Eclipse Galileo with the PHP Developers Tools. I plan to install the Flash Builder 4 Plug-in to do ActionScript development as well. I want to use Eclipse to both create an ant build script and execute it to compile ActionScript docs from an ActionScript 3 code library. The problem is that when I try to run a...

JUnit tests run in eclipse return errors even though I have expected annotation

(This is a follow up question to this one.) I'm having a problem with JUnit4 tests in eclipse. I'm trying to use the @Test(expected=...) annotation to unit test exception throwing. The problem is that when I run the tests, they come back as errors instead of passing, even though I'm expecting the exceptions to be thrown. I'm using ecli...

JOGL Snow Leopard and Eclipse

Hi everyone, I'm trying to get JOGL running in Eclipse 3.5 on a MacbookPro 64bit Snow Leopard with Java 1.6. The code runs on my XP machine, however, when I try to run it on my macBook, I get this error in Eclipse's console: Invalid memory access of location 00000000 eip=8fe11f32 And thats it. I've tried a few different codes, ...

Reduce number of Tomcat's Daemon Threads

I'm using Tomcat 5.5 with Eclipse and at every startup the Tomcat spawns about 15 to 20 Daemon threads. It's usefull if you want to handle several requests "at once". This is superficial on my development server and wastes ressources. How can I reduce this number of Daemon threads? ...

How to externalize strings to multiple files in Eclipse

I have run Externalize Strings in Eclipse that generated a messages.properties. That was translated to some other languages and the new files were created like messages_de.properties etc. Now after adding some new strings how could I externalize them to all messages file? If I simply run Externalize Strings again then it will update on...

StackOverflowError during Building workspace

hi, please take a look at this error, how can i fix it? An internal error occurred during: "Building workspace". java.lang.StackOverflowError ...

How to best output large single line XML file (with Java/Eclipse)?

We have a process that outputs the contents of a large XML file to System.out. When this output is pretty printed (ie: multiple lines) everything works. But when it's on one line Eclipse crashes with an OutOfMemory error. Any ideas how to prevent this? ...

Cvsignore in Eclipse after delete

I inadvertently added some dynamically build directories and files to CVS in my Eclipse project. Now after deleting these files, committing changes and running the build files are shown as new (question mark) but directories are shown as committed. Now I know the hard way to deal with this situation that requires me to manually delete un...

How do I find what GTK version is installed on Solaris?

How do I find what version of GTK I have installed on a Solaris box? ...

Is there a hot key for "go to test" in eclipse

In Netbeans there's "Navigate => go to test" which navigated to a class named currentClassTest if it existed (within the current maven structure). Anybody know if such exists in eclipse? Or how to setup a hot key for such? Sorry I'm somewhat of an eclipse newbie and this one escape google somehow. Thanks. ...