eclipse

Display Eclipse tabs on several lines

I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is no such settings, do any plugin exists ? ...

How to debug a GWT application running on OSGi?

I'm developing a web UI using GWT. While working only with the widgets I could debug from Eclipse using the Firefox extension, but now that I'm integrating the UI with other OSGi bundles I cannot use this solution. For deploying the GWT application I create the .war and convert it to an OSGi bundle using BND. Then I launch the OSGi cont...

Automation of EAR packing

I need to automate packing of Java EE projects into EAR archive in Eclipse. The most easy way, I think, is using Ant script. But writing of Ant from start is routine and long task. Is there a way to generate Ant script based on my actions in eclipse (like macros in MS Office)? Or, maybe, exists easier way to do this? Thanks! ...

Logging messages from real device on Logcat

Hi folks, while my time developing on android I was looking for a functionality to get logcat messages from my real device (when starting an app on it from eclipse) and not only from my emulator... Does someone know how to enable such a feature? greetz. poeschlorn ...

How to show images in the place of label in black berry screen using eclips plugin

Hi Friends, I am developing one Blackberry application using Eclipse, I need to show images in the place of label like for example new button is there in the place of new button i need to show some image. How can i show images can you please give one example. Thanking you ...

What is the difference between javac and the Eclipse compiler?

I asked this in a comment, but figured it's a separate question: Is Eclipse's compiler just a wrapper around the same compiler core that the javac program is wrapped around, or is it a separate compiler altogether? If the latter, why would they reinvent the (possibly inferior) wheel? ...

Hyperlink for a label in Blackberry eclips

Hi friends, Please help me how to give hyperlink for a label when click on label open browser and show the required website Thanking you ...

IOException when running Android projects in Eclipse

Every time I try to run an Android project from Eclipse with the Android plugin (Run -> Run), the emulator starts up just fine, but the upload fails, and the Console puts out this error message: [2010-06-17 08:17:55 - HelloAndroid] Failed to upload HelloAndroid.apk on device 'emulator-5554' [2010-06-17 08:17:55 - HelloAndroid] java.io.I...

Android emulator not showing the app. it only shows the skin :(

Hello. i started to develop android apps a few days ago. But i'm stuck with this problem. using Eclipse. with ADT. and creating the simple "helloWorld" or any of the other sample applications, when i Run the project eclipse launch the android emulator but it shows only the skin, with the screen saying "ANDROID", and that's it!, it's unre...

How to see .class content in Eclipse?

Sometimes, in Eclipse , i press a combination of keys which take me to the editor page that shows contents of my .class file (bytecode). I never seem to be able to remember what that key combination is. Can someone please let me know? Or in other words, how can one see own bytecode? ...

Eclipse form based XML editor

Can anyone suggest me some reading for creating Form based editor in Eclipse. I have googled it but it didn't helped. Any help will be appreciated. ...

Android framework source level debugging in Eclipse

Hi all, the Java sources for the Android framework are available at source.android.com. Can I download and feed them to Eclipse so that I can step into framework methods while debugging? Better yet, does anyone know of an Eclipse plug-in that would get them from Android Git automatically as needed? EDIT: during debugging, I can step th...

What is an Eclipse Sprint STS "Config Set" good for?

I have the Spring STS plugin activated within my Eclipse project. Doing this enabled many cool Spring features including specialized management of Spring bean files. However, I noticed that the project settings for Spring allows for the creation of "Config Sets" -- which look like groups of bean configuration files. I cannot find do...

Eclipse Galileo - Open file dialog path

How do I get Eclipse to open files from the last directory I opened from, after re-starting Eclipse? It always reverts to my Windows profile directory. ...

Eclipse: Break when exception is thrown

Visual Studio has an option to break automatically into the debugger when an unhandled exception is thrown, does Eclipse have similar functionality? ...

Why is find next in zend/eclipse Ctrl-K and not F3

Is there a specific reason for it, or just a new key. Does the K for that reason have any meaning? ...

change the backgoroun images dynamically in blackberry eclipse

Hi Friends, Please help me how to change the selected background image dynamically please give me sample example... I Need to change My application background image when i select the particular image from drop-down list, If click on apply button that image will be display in the background. Thanking you ...

Eclipse RCP: How to troubleshoot plugin dependencies & classpath problems?

I am working on an RCP project based on eclipse. It has been working fine but recently I thought I'd upgrade it to use a new eclipse version (3.2 -> 3.5). After a bit of trouble, it was running on the new platform. Then I did something. Don't know what. The end result is that I'm now getting a classpath error when one of my plugins (A) ...

eclipse loadproperties like in ant task

hello, is there something like the anttask loadproperties in eclipse so that i can load a properties file when i want to debug in eclipse. thanks! ...

How to disable breadcrumbs in eclipse

How to disable breadcrumbs in eclipse ...