eclipse

"Launch Configuration" Shows up Blank When Trying to Export Runnable Jar?

Hey everyone, I've gotten this to work in the past, but now whenever I choose File > Export... > Runnable JAR File and select the drop-down menu "Launch Configuration", all I get is a blank bar. How can I get my main class to show up? Many Thanks, Justian ...

Conditional inclusion of object file in makefile on Eclipse/CDT

Hello, I am working on a project using Eclipse/CDT on Win-XP using non-managed make. The project has different variants which are created by changing some preprocessor directives (_DEBUG_, _PROD_). The problem is that for _DEBUG_, we use object files in the makefile that needs to be turned off for _PROD_. Right now, we have two entry p...

I don't understand the purpose of the src folder and seperate packages.

I've been using eclipse only for python over the last few months, and I'd like to start using it for java. However, according to the tutorials I've looked at, the proper way to organize your java project is to create a package in the source folder named, for example, com.project, and have all the classes and such be named com.project.cla...

Cutomize search(file) function in Eclipse

It is so weird that everytime I want to search for a particular keyword in java files, my eclipse will look through all the java files and all the library rar. As a result, the search running time is very long since there are a lot of .rar files in my project. I aware that this problem never happen to the same java project before, just ...

Any major problems with Helios?

I have just seen that new major release (3.6 Helios) of eclipse is available for download. I want to try it, but before that I want to know if anybody experienced any major problems. I want to determine If I could try this or not, since my project setup is complex and easily takes 2, 3 hours normally; I don't want to take any risk. ...

how to configure Sun One in Eclipse?

I need a step by step method because I have never used a server like this in Eclipse. Do you have some installation tips and tutorial links for this kind of configuration? ...

Eclipse plugin - get a list of Eclipse projects and their contents in a wizard

In my Eclipse plugin application I have a wizard to create a new file. In this wizard I need to display a tree of the Workspace projects, their packages and source files, similar to the Package Explorer, so that the user can select the items that are relevant to my particular editor. They won't be edited in the editor itself, but they pr...

How to setup default editor tab in Eclipse?

I'm using the HTML editor resp. the Structured Text Editor in Eclipse very often but one settings gets me going crazy. It always opens in the tab Visual/Source (as seen in the picture below) Is there a possibility to tell Eclipse it should always open this editor in the Source tab? That would help me a lot. ...

In Eclipse can I put the bin (and gen) folders elsewhere in an Android project

Very new to eclipse but doing some Android development so I'm using it now :) Is there anyway to put the bin and gen folders outside of the project directory? I want to have all the source controlled stuff in one place and all build products in another. (Yes, I know I could get source control to ignore those folders, but I'd still lik...

Unable to catch IOException

An IOException is thrown and, for some reason, it's impossible to catch. Have a look at the code below. The stack trace says an IOException is thrown when calling the "apply"-method. The exception doesn't, however, get caught by the catch clause. When I try to catch an IOException instead, Eclipse complains saying: "Unreachable catch blo...

Perl packages question

I'm new to Perl. I dowloaded a perl application, that has such a line in a source file: use PWING::Utils::Utils; It imports a file as it seems. I downloaded a plugin for Eclipse [Perl-Eclipse integration]. When I try to start that file as a perl app, it says it cannot find an imported resource. Now the question is, what a perl pa...

Is there a good quality interface "painter" for Android on Eclipse

I've been through the Android tutorials - these do a good job of introducing how we can hand-roll an Android user-interface. Actually, I do not need that level of control right now... I'm looking for something simpler... I'd like to make an Android app which will mainly contain a number of standard UI widgets, nothing particularly fancy...

Eclipse - how to install older ICU4j plugin

Hey all, running into the 'cannot satisfy dependency' for several different plugins, and rather tackle all those different plugins just wondering if there is a way to simply install an older version of ICU4j (com.ibm.icu) as an eclipse plugin (preferably via update site). thanks! ...

How to Transfer calls to voice mail in android?

Is there any way by which i can transfer calls to voice mail programmatically?? I am making an application for android in which i will use this feature. ...

How can I load two Eclipse projects with conflicting names in two different working sets?

I have two Eclipse working sets (WorkingSet 0.1.x and WorkingSet 0.2.x). I need to do work on them interchangeably, though neither interacts with the other. The problem is that some of the projects obviously have the same name (MyProject, MyModule). Even if I close all of the projects in WorkingSet 0.1.x, I can't even add the 0.2.x versi...

Problems with Eclipse (and m2eclipse)

Hi guys, I use Eclipse and I have serious problems :-( First I try to reconstruct my situation rudely for you: I installed Eclipse JEE Helios and JDK 1.6.0_21 and configured windows' system vaariables I installed m2eclipse I generated an archetype for a JSF Webproject I use Windows XP Professional SP3 So... now Eclipse has very bi...

Eclipse Plugin only working on my machine

I wrote a Eclipse plugin for adding hungry-deletion, and it appears to work on my machine. However, I had a few friends try it, and it doesn't seem to load at all on their machines. The installation process is just to copy the resulting .jar to the plugins/ subdirectory of eclipse. I've tried re-installing eclipse on my machine and in...

Android Eclipse, Dropbox, Windows and Linux

I'm using my Dropbox folder to store my Eclipse workspace in (instant back ups) but want to develop on both Linux and Windows. (I think) the workspace file stores the location of the Android SDK which is different on both machines /home/android... and c:\android. Is there any way of developing on Windows one minute and Linux the next? (...

DTDs show up in project target path in Eclipse but not when using via Maven command line.

I wasn't sure what the best title is so if anyone has a better suggestion, fire away. I'm not sure what information I should be providing, so I'll tell you what is happening. I have some unit tests that pass fine in Eclipse. In these tests, there's some XML that's being validated against a custom built DTD (a slightly modified Apelon D...

R class missing after creating android project from existing source

I downloaded the source for SpriteMethodTest, and I want to build it in Eclipse. So I Went: File >> New >> Android Project >> Create Project From Existing Source >> SpriteMethodTest It created the project alright, but the R class is not generated. Any file that references a resource in R says R cannot be resolved. Importing android.R ...