eclipse

Should I worry about DDMS console log messages "Can't bind to local nnnn for debugger"?

I'm new to Android programming (and Eclipse IDE and Android emulator). I've got Hello World and some of Notepad working, but I'm still constantly getting quite a few DDMS console log messages (shown below) about not being able to bind locals for debugger. Is this a problem? Can I get rid of these messages somehow? [2010-05-29 21:03:1...

How to fix bad version in eclipse plugin?

I am getting this bad version error as shown below. How to fix this. Do I need to have a separate jar file for each version of java? ...

Stop on breakpoint in Eclipse facelet file

Hi! I switched to use facelet in Eclipse. Before, when I used JSP i could put breakpoint on the page. How can I put now on a facelet page? ...

Problem adding eclair sources to Eclipse 3.5

I have sync eclair sources using repo ~/eclair_sources/ In Eclipse I create a project using existent sources and I add the former folder and I have a lot of errors like thos: Description Resource Path Location Type android.R.attr cannot be resolved to a type SuggestionsAdapter.java /eclair/frameworks/base/core/java/android/app...

Eclipse plugin for edit XML

Hello, Could you please help me and say what kind of free eclipse plugins for editing xml is better? Thanks. ...

Which Eclipse for Android only?

I am starting Android development. Which of the many Eclipse downloads do I need from http://www.eclipse.org/downloads/ ? I am only ever going to do Android dev with Eclipse ever. Platform: MAC 64 bit Snowleopard ...

Eclipse for .Net developer

In Eclipse, what is a "Package" explained in .NET terms? ...

How to reference another project in Eclipse with Google appengine project?

I am trying to extract some common classes out to be a common jar, and I want to reference it by the appengine project in Eclipse. It compiles well but could not run. The console just told that some classes from the common jar project could not be found. I know I can just export the project into a jar, but I may want to change it some...

How to add javadoc for ecpliselink 1.x

As It appears in the image, I cannot add the javadoc for eclipselink 1.1.x that already bundled with eclipse. So, Is there any workaround? ...

Problems in Installation of Blackberry JDE Plugin for Eclipse

hi there im having issues in the installation of Blackberry JDE plugin. I have downloaded the plugin form blackberry site and installed it and the installtion ran smoothly and completed and when i open Eclipse that option for blackberry is not showing i dont know what the problem is excatly, tried many thing but heading no where. i want ...

Eclipse Auto Save?

Coming from a Visual Studio background... How do I tell Eclipse that it should auto save when ever I build rather than ask each time. VS.NET has it under "Options", but I can't find it in Eclipse. I use a Mac. ...

Eclipse Intellisense?

How do I tell Eclipse to automatically make suggestions as I type? I'm looking for a Visual Studio Intellisense-like feature with Resharper. Currently I have to press CTRL+Space each time. ...

How to configure Eclipse XML formatting?

I would like to change the way Eclipse formats XML files. For example, if I have in pom.xml file a section as follows: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> After ctrl+shift+f it will look like: <depen...

Shortcut key to restart server in Eclipse

So Ctrl/Cmd-F11 starts the server, but is there a key to restart the server? I'm developing using app engine and GWT if that makes any difference (I suspect not). ...

Android edtftpj/PRo SFTP heap worker problem

Hi I am using edtftpj-pro3.1 trial copy in my android app to make SFTP connection with the server. After few connections with the server with 5-6 file transfers, my app is crashing with following exception. Is it causing the problem or what could be the problem?? I tried setParallelMode(false) in SSHFTPClient, but it is not working. E...

installing eclipse ide 3.5 for android development

i got the error 'org.eclipse.wst.sse.core 0.0.0 missing when i tried to install the adt plugin for android ...

Eclipse Android Change API Level

Once I have created a project with the Android wizard, how do I change the API Package from say 1.5 to 2.1 ? I'm not referring to the application xml where the minimum API is set, I'm referring to the jar's included in my project to the Google APIs. ...

"paste" listener on a SWT widget

I have an application with a SWT widget, say a org.eclipse.swt.widgets.Text, and want to add some control to the paste function. The idea is that if the user can paste a string of IDs, I detect that, run some code and paste the object that corresponds to the IDs. So I'm looking for some "ClipBoardListener" of some sort to add to my w...

Invoking debug session in Eclipse outside Eclipse

How to run debugging session in Eclipse but to invoke it outside Eclipse (instead of doing Run->Debug I want to invoke some process (maybe jdb?) that will start debug in Eclipse). Is that possible? ...

Eclipse and SVN: Missing .project file.

Hi, I'm working on a uni project with a few other people using SVN. Much to my annoyance the .project file was removed from the repository since "it contains platform specific information". However, this has obviously broken my setup in Eclipse, giving me the error: Problems occurred opening the selected resources. The project descri...