eclipse

Conversion to Dalvik format failed error for Android Grid View

Hey Everyone, I'm on the android bandwagon and started going through google's "view" tutorials. Here is what I'm using: Eclipse Galileo Android SDK 2.1 Java SDK 6.Something I think. Everything was hunky-dory until I hit the grid view tutorial. I got errors all over the place when I started editing the "HelloGridview.java" File. I thoug...

Android ADT Eclipse plugin, parseSDKContent failed

I've just set up my first Android development environment consisting of Eclipse 3.5 Mac OSX 10.5 Android SDK for x86 macs ADT Eclipse plugin 0.9.6 I've set set $PATH to my SDK/tools directory (which shouldn't matter if I only use Eclipse right?) and started Eclipse, but when I try to set the path to the SDK in Eclipse, i get the err...

What Eclipse Plugins would give the equivalent of Visual Studio 2010 Ultimate ?

Visual Studio Ultimate can reverse source code into uml sequence diagram. Are there any eclipse plugins which can do the same for free ? ...

Organize eclipse run configurations in folders

Hi, I have several run configurations (a.k.a. launchers) to launch the softwares I develop. With different configuration flavors (+ branches!), I would like to organize the run configurations into folders so they are grouped in the launch menu. Is there a plugin or something to do that? ...

Playing around with Eclipse features - Project files are now hidden?

I don't even remember how, but somehow I managed to make all of my project's source files hidden in Eclipse's Package and Project Explorer panels. Go figure. 'Show Filtered Children (alt+click)' temporarily reveals the files, and only in Package Explorer can I double-click to reopen them from this view. They go back into hiding after ...

How to selectively run programs like MySQL, Java EE SDK when I turn on Eclipse and NOT on startup?

Since I do some RAM/Memory sensitive Tasks on my computer, I was wondering weather I can run MySQL and Java EE SDK processes ONLY when I'm turning on eclipse.exe? BTW, I'm running Windows XP ...

Plugins installed on Eclipse not visible

When I install a plugin in Eclipse everything goes well. But after restarting the new plugin is not visible. I have tried it with different plugins, but they have all the same problem. The only place where I can see them is when I look at "What is already installed?". What could be the problem? ...

StandardServletContainer for Runtime Target in Eclipse

For a generic project its possible to add a JRE_CONTAINER to classpath, is something like this possible for the Web Container Server Runtime? <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> ...

Maven build issue with Hibernate for Windows

Hi! I'm getting build errors for for my Maven enabled project related to the Hibernate extension. - It's a very basic app, and I was able to solve this issue on my Linux box by manually installing some required artifacts: mvn install:install-file -DgroupId=javassist -DartifactId=javassist -Dversion=3.9.0 -Dpackaging=jar -Dfile=foo.jar...

What does "Failed to find provider info for android.server.checkin" mean?

I get that error message quite often when debugging my android app. What does it mean? ...

Why does not Run as work in Eclipse the first time?

When I open Eclipse(Galileo) for Java (and even JEE) when I try to run a java (or Eclipse) application for the first time using a shortcut Alt+Shift+X,J (or E) the application will not run until I use the menus. Have you observed same problem and therefore it is an Eclipse thing, or I am doing something wrong? ...

Checking in folders to SVN (Not projects) > Subclipse >RAD6

Hi i am using SUBCLIPSE plugin in RAD 6. My requirement is such that i need to manage a particular folder in my project though SVN rather than managing the whole project. Any help appreciated ...

eclipse, one classpath for compiling, another for launching

example: For logging, my code uses log4j. but other jars my code is dependent upon, uses slf4j instead. So both jars must be in the build path. Unfortunately, its possible for my code to directly use (depend on) slf4j now, either by context-assist, or some other developers changes. I would like any use of slf4j to show up as an error, bu...

Word/Line count tool in Eclipse

Is there any tool or plugin can do this? CodeBlock has this neat tool which is really nice. Wonder if it's available on Eclipse. Thanks. ...

Creating custom Android project templates in Eclipse?

Every app I make starts out with a number of common base classes, interfaces, utility classes and a basic package structure that has been working for me. Is there a way for me to set up a project template in Eclipse that will give me all of the basic Android project stuff PLUS a bunch of custom packages, classes and interfaces? I guess...

crystal reports eclipse ms access

Does anyone know of any generic jdbc driver to use with eclipse crystal reports because I cant find any that work out. It works 100% in visual studio i.e ms access and crystal reports. ...

eclipse plugin development

I want to develop an eclipse plugin. Which is the best way to start? ...

Python debugging in Eclipse+PyDev

Hello, I try Eclipse+PyDev pair for some of my work. (Eclipse v3.5.0 + PyDev v1.5.6) I couldn't find a way to expose all of my variables to the PyDev console (Through PyDev console -> Console for current active editor option) I use a simple code to describe the issue. When I step-by-step go through the code I can't access my "x" variabl...

With Eclipse: How to add include paths and libraries for all your C project

It is possible to add include paths and libraries to all C projects. In others words who can I make them global or copy one C project build setting to an other one ...

Create automatically only getters in Eclipse

In Eclipse is it possible to create automatically Getters and Setters for a field. But I have a lot of private fields for which only getters should exist. Is somewhere in Eclipse a "create Getters" Function which does not create setters too? Well, it is not so much work to write getters, but doing it automatically would be nice :) Than...