eclipse

[Aptana/Eclipse]: Which one is better?

I want to know which one is stable, fast and easy to use? ...

Java / Eclipse : How does Eclipse compile classes with only a JRE ?

I need to batch a compilation with a special JRE which has been "customized". Eclipse is able to compile the classes with this JRE, but I need to make a build script outside of Eclipse. What is the method used by Eclipse to generate the .class files without a JDK ? ...

Eclipse Command Line Plugin

I need an Eclipse Plugin run Shell Scripts under Linux. I have a beautiful Rsync Script and i want a Button in Eclipse to activate it. The best Solution would be if the rsync Shell Script was also activated when i was saving Stuff, so maybe i can add a Script Builder or something like that. Anyone has a clue for both of the Solutions? ...

Eclipse PDT: show every call of function

Is there an option in Eclipse PDT to show every call of chosen function. I now if you select some kind of function and hit F3 key you will see a definition of selected function. ...

Eclipse : How to terminate all applications at once?

Hi, is there some way to terminate all (Java) applications launched with Eclipse at once? br, Touko ...

Risks associated with changing from default package in Java?

I have an existing code base that is not packaged at all. The code base is all minor Java programs designed to extend/enhance the functionality of a third party program. The current process is one jar per class, one class per file, no package. I'd like to break out the code-base so each jar file is also a package; this eases my jar pro...

Add .properties file to output folder of Flex project

In our current project we use .properties files as external files. When building our project the properties files are not added to the bin debug (output folder). Xml files are added without any problem. Does anybody know how I can add the .properties extension to a kind of exclusion filter list or something, so flash builder will add th...

Problem with resolving Qt headers in Eclipse [Linux]

My Eclipse CDT has some problems with either resolving Qt headers or code completion. The example will explain everything. Usually the include would look like this: #include <QPushButton> But when I use code completion in Eclipse it replaces the include with following: #include <qpushbutton.h> Technically everything works and the p...

64-bit Java Apps: Is a 64-bit OS, 64-bit JRE and 64-bit Application required?

Hi: This question is about 64-bit Java apps in general, although I came upon it because of working with Netbeans/Eclipse. I'm using a 64-bit processor with a 64-bit OS (Windows 7). I wanted to run Netbeans/Eclipse with more than 4GB of heap memory (i.e., using the Xmx flag), but I'm running into some confusion. There doesn't appear t...

[SVN]: Synchronizing folders

I have a folder where I keep checked-out version from Aptana Subversive SVN plugin. I have another folder where the checked-out copy from Eclipse resides. Both, Aptana & Eclipse, are using the same repository. Though the repository is the same, but I am using two different working folders. Sometimes I use Eclipse to work with the same se...

How to configure double-click word delimiters in Eclipse CDT?

Colon (:) is not considered a word delimiter when I double-click a word in the Eclipse CDT editor to select it. How do I make double-click selection treat colon as a delimiter? If the solution is file-type dependent, I need it to work while editing makefiles. I have found an FAQ about extending the editor to change double-click select...

FreeMarker Editor in eclipse 3.5 giving Illegal Argument Exception

I am trying to use the freemarker editor in eclipse 3.5 Galileo and found the exception : java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3865) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.custom.StyledText.setStyle...

Changing editor tab width in eclipse 3.5

I am trying to adjust the width of tabs from Window -> Preferences -> General -> Editors -> Text Editors where there is a field for "Display Tab Width". But no matter what I enter there the size of indentations when I start a newline in a Java file is 4. Any ideas? ...

[Eclipse]: How open-source projects get funded?

While using Aptana and Eclipse for the first time in my programming life for PHP projects, I am wondering how these projects get funded. There is a lot of activity in the Eclipse community and the IDE itself is very good. I came across various Eclipse IDE sites and I am not able to decide which one is the official site of the Eclipse pro...

How do I find out where is the source for some Eclipse element?

I want to modify some code in the Eclipse JDT itself (In the "Debug Configurations" Dialog). I know how I can download the sources using CVS and all, but I wonder: what is the easiest way to find which packages I should download? I guess I can guess that that particular element is, say, in the org.eclipse.jdt.debug package. But, is the...

Moving the instruction pointer while debugging Java in Eclipse

Can I move the instruction pointer directly to a line of my choice (within the current method) while debugging a Java program in Eclipse (Galileo)? It's straightforward to drag the instruction pointer to the desired line within a method in Visual Studio, but I don't see a way to do that in Eclipse (and don't find anything about it in th...

R.java file doesn't contain ids for res/raw/<audio files> in Git code

I have placed some audio files in res/raw folder. In eclipse its creating the R.java file correctly and everything works fine. But after committing the code in Git and creating the iso image, the generated R.java file doesn't have id created for files in raw directory and it gives compilation error wherever I'm referring to those resourc...

Eclipse project explorer expand on startup

Is there a way to get Eclipse to save the state of the project explorer tree and expand to where it was on startup? Every time I shut down Eclipse and start it back up, the file I had open last is opened, but the tree in the project explorer is completely collapsed... ...

Organize imports with Maven2, Eclipse-style?

I'm a lone Emacs user in a group that's hung up on Eclipse. Time and again, code diffs are made larger by imports that have been "organized" or "cleaned up" by Eclipse. I don't have a strong opinion on the subject of import style in Java, but I do want to minimize our diffs. What can I do? We use Maven2 for builds; is there a plugin th...

Server is not loading/compiling the latest version of code in Eclipse?

A few days back, while the built-in server (Tomcat v5.5) in eclipse was running, and while I was modifying the code, the server used to recompile and restart itself. I've gotten into a problem from the last day, where, the server DOESN'T load the LATEST version of the code I'm writing, instead, (I'm assuming) it compiles its own internal...