eclipse

Google Map does not display in Android?

i am trying to run google map tutorial using following link http://mobiforge.com/developing/story/using-google-maps-android followed all steps but when i try to run this application it does not display anything except boxes and zooming button can any one guide is there any thing i am missing?? i have obtained new google map key from go...

Using and testing web services in Eclipse

Can you tell the BEST way how to test & use Web Services in Eclipse ? I had little experience with web services, that is, I used an Apache Axis plugin that generated the client stub. I do not need to write my own web services right now, only use existing ones. I have Eclipse JEE, I can download any plugin. What would you suggest? ...

Project templates Eclipse / Java

Hi, I am researching possibilities to create "project templates" for the kind of projects my team is working on (Embedded Java). We want to make it trivial for a new developer to not mess up creating a new project. All the tools we use in our team should be pr The basic idea is that there should be one command to set up a project and I...

Problem with eclipse internet explorer browser (help system & other)

Does not show any pictures [only boxes with text]. Tried to reinstall IE, it didn't help. Actually I have IE 7. Version of Eclipse is Galileo. Should say, IE works fine if used independently. As Von.C recommended, I tried to open the content in an external browser (Firefox). It looks the same. Boxes with the text. http://img62.imagesha...

how to put Search on Google map in Android?

dear friends, i am looking to put search on google map in android application can any one guide me how to achive this??? and want to display some text along with that perticular search location. any help would be appriciated. ...

How to use Javadoc options (such as -notdeprecated) in eclipse?

I would like to generate javadoc but excluding deprecated methods from it. I know there's an option called -notdeprecated (which does what I need) but I can't figure out how to specify this option. To produce javadoc I go to Project->Generate Javadoc. There I can choose between 'use standard doclet' and 'use custom doclet'. I think I sh...

project dependency in java

Hi all, I have made three java project say proj1, proj2, proj3.I have made proj2 dependent upon proj3. proj1 dependent upon proj2. Making project dependent i mean that i have given the name of the proj in the buidpath > project using Eclipse IDE. Now as far as i know if i try import some object in proj1 then the compiler will try to f...

Eclipse Merge Branch into Trunk

I am trying to merge my development branch back into the trunk of my repo. Steps I took: Switch to trunk check that it is up to date, resolve any conflicts Go to Team->Merge Select URL : development branch Start Revision: Revision when branch was created End Revision: HEAD OK This should do the magic - it opens up the syncronize view...

making maven work with eclipse

Hello I'm trying to install maven plugin with eclipse and I have a following problem, more in picture below : So my question is, is this supposed to take this long or I did something wrong? I'm using eclipse galileo , I went to the window-> install new software -> typed in http://m2eclipse.sonatype.org/update/ website and name ma...

Maven for javaee-api

I use the latest m2eclipse to generate a standard ejb project, but then I got an error: Missing artifact javaee:javaee-api:jar:5:provided The pom.xml is as follow: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://m...

how to add image buttons in each Android activity?

hi, can any one guide me how to add some menu related buttons at the bottom of each activity? ...

Search in SVN Eclipse plugin

Hi All, I am using Subversive plugin for Eclipse to connect to SVN Code repository. Our code base is so huge, that am finding it difficult to search for files. I am not able to find files using Ctrl+F key also. Is there anyway I can search for specific files in this plugin. thanks in advance, Regards, PK ...

TargetInvocationException when calling performFinish() on any subclass of NewItemWizard in Eclipse JDT UI plugins

I'm posting this on behalf of the 30 or so projects that seem to be suffering from this problem without any resolution. Basically the problem boils down to, a subclass of org.eclipse.jdt.internal.ui.wizards.NewElementWizard (which is the "Wizard" that controls the creation of new JDT elements like projects, packages, classes, etc -- thi...

How to Make Eclipse More Like Emacs

I am very familiar with emacs--and I realize that there is nothing that it cannot do--but there are some things that it does not do well or efficiently. So, being between projects I am open to the idea of switching to a full-featured IDE such as Eclipse. With muscle-memory being what it is, I would like to make Eclipse as emacs-like a...

Visual GUI Buider

Is there a visual GUI builder, such as GWTDesigner that one could use in developing with Grails? I am new to Grails and am presently working from the command line and using a text editor. I have briefly looked at using Eclipse and Netbeans as IDEs. Any help would be greatly appreciated. ...

Why doesn't my Blackberry app update when I change the code?

I'm having trouble getting my application to change once it's on the blackberry simulator. I run my program once, it works fine, then I change a few lines of code, rerun the app and nothing has changed. It seems like once the app gets installed on the simulator that I can't change it. I'm using Eclipse to develop my app. I'm just click...

New line after every tag in eclipse when editing jsp files

When auto-formatting JSP files in Eclipse using Ctrl+Shift+F, it is trying to fit as many tags on a line as possible and then the tag that doesn't fit it will break and place the attributes on the next line. This is created very messy code, example below. <div class="type-text"><label for="echo">Project Name: </label> <s:textfi...

Eclipse C++ - output to window DOS

I am using Eclipse with C++. When I run the program, I get the following message in my Console window: ** Build of configuration Debug for project Disks Repulsion ** Internal Builder is used for build ** Nothing to build for Disks Repulsion I makes changes to the program and run it again, and this time I get following mes...

How can my (C++) code tell if it is being compiled inside Eclipse?

The title says it all. Thanks. Background: I develop in Eclipse, and invoke the makfile from Hudson for nightly builds. I would like different values for some #ifdefs depending on whether the code is built in Eclipse or externally from the makefile. So, something like #ifdef _Eclipse_ would be nice. ...

Add Watch Expression in Ecipse using keyboard shortcut

I need help adding a keyboard shortcut for adding a watch expression in Eclipse. I can add a watch by right-clicking in the "Expressions View", but having go back and forth between the keyboard and mouse cuts down on efficiency. Can anyone offer me any suggestions to fix this? ...