eclipse

Missing Plugin GWT error in Eclipse

Hello, I'm trying to run an existing GWT project in Eclipse as a Web Application. This runs on other people's PCs, and I used a setup document common to us all to install Eclipse and GWT. I consistently got the error: Google Error Not Found The requested URL /missing-plugin/ was not found on this server. So far, I have verified that...

Include a data file with my Android app

I'm creating an app that I want to seed with a data file the app will use as its initial state. In the Eclipse project structure, where do I add the data file so that when the app is deployed to the device (and emulator) the data file is deployed with it? ...

GChart on GAE wont show

I am using Eclipse with GAE on a MacBook Pro with GChart. My problem is that I cant get any chart to show when I am developing, but when I use regular tools such as Buttons or Labels with GAE they work just fine. The code doesn't give me any errors, so I am assuming that I have the right code: public class TestingTesting implements Ent...

Eclipse New class , MapActivity not found !!

Hi, I want to create new class MapActivity from Eclipse. I go File-> New -> Class on Superclass-> Browse, and when I type MapActivity there is no results. In Windows-> Android SDK and AVD Manager there is no new updates, I have installed SDK from version 1.5 to 2.2 Can some one help me with this? Thanks ...

newbie BIRT - layout - fields side-by-side for Address etc...

Hi, I wanted to find out how to specify fields to appear side-by-side in BIRT layout e.g.- City State Zip in a address line. By default, it seems to put the fields one below another and I can't seem to find a way to reposition them side-by-side BIRT 2.6.0 and Eclipse Helios ...

How to integrate maven the right way into Eclipse and into the software development process?

I am new to maven. The main feature I benefit from, yet, is the automatic dependency management. The standardized directory structure seems also to be nice, but Eclipse has a standard directory structure, too. The directory structure is now independent from Eclipse, but now it is dependent from maven. OK, I see, both programs seem to be ...

Android - What classes to use for UI game development

I am trying to determine how to structure the code of a simple android game I am writing. I am focused on the UI portion. The behind the scenes portion (like a pause/restart/switching/etc) does not concern me. The Android demo games source code already do a great job with this. Essentially my game will need a UI with a series of obje...

Add Eclipse plug in to Eclipse RCP App

Hello, I'm trying to add an Eclipse plug in (BPMN Modeler) to a Eclipse RCP App so I can have the model editing and viewing capabilities offered by that plug-in. I have read several tutorials but none explained how this can be achieved. Maybe you can point me to a better direction. Thank you, ...

Cygwin and Eclipse Helios setup

I am trying to learn C++ with Cygwin and Eclipse Helios. I got all the development tools under Cygwin installed; and installed the CDT package for Helios. The problem is I don't see an option to create a C++ project from makefile or any other option. I can only see options for a C Project, C++ project and a new project from existing sou...

J2ME : problem in exporting jar file on eclipse

Hi i write a J2ME application on eclipse and it`s run on PC well , i try to make jar file for run it on my phone but when i download it to my phone this massege shown : invalid application ! can any body help me ? can any body tell me how to export jad file ? thanks ...

eclipse - shortcut for 'update to HEAD'

is there any way to have either shortcut or icon for svn Update to HEAD of one project (not all of them) in eclipse? It would make my life much much easier. I have few php projects though. Time to time I click 'commit' by accident. Running Eclipse for PHP Developers - Helios release - on OS X. ...

unable to set more than 544mb heap size in eclipse

i'm confused, i have 4gb ram machine - 64bit win7 if i try to set -Xmx more than 544m in eclipse.ini i get the error "Could not create the Jave virtual machine". i use 32bit eclipse helios and 32bit vm ...

Resolving merge conflicts after restarting eclipse using subversive.

I did a merge yesterday using subversive in eclipse 3.6 but there are plenty of conflicts. I closed eclipse before I finished editing the conflicts and was hoping to resolve the conflicts today. However when I open eclipse again today, I can't resolve the conflicts anymore. The options appear in the right click menu are "Overwrite and...

Eclipse Hover over variables in debug not showing contents

At a break point my Eclipse used to show me the value of a hovered variable, now it only shows the type name. How can I turn that back on? ...

Android Application, xml file errors :(

So I'm trying to follow this tutorial... to learn android, and I'm having a hard time because I feel like the tutorial was written with errors, and its hard to try and learn when you are teaching yourself errors.. Here is what the tutorial says: Start by creating a new todolist_item.xml resource in the res/layout folder. It will speci...

Install JRebel on Rational SW Architect (Eclipse)

Hi, I am trying to install the class reloading utility JRebel (http://www.zeroturnaround.com/jrebel/) on a java web project we are working on. The demo in the site's video seems very promising, however we have not been able to install it. We are using IBM Rational Software Architect v7.0.0. Following the installation instructions we go...

Why the Android Emulator doesn't get the timezone from the OS automatically?

Just wondering if, while launching the Android emulator via Eclipse, am I supposed to add the "-timezone " parameters to each Eclipse "Run" task I create? Is it a bug or a feature that the emulator doesn't get from the OS (Windows 7 in my case) what timezone I'm in? As a side/alternate question, is there a way to configure in Eclipse 3...

How to customize the source lookup in eclipse while debugging?

I am writing an eclipse plugin to debug a program written in some other language(which is kind of drag and drop). so i am stuck in highlighting the part of the editor where the debugger stopped. so wanted to know how to highlight the part where the breakpoint is toggled and the debugger suspended its execution. need help thanks. ...

Start Java main in another process (VM)

Hi, I have a server client project and for testing purposes I want to start the server in a whole new process. The problem is, I have just a main() method in project, no jar. So my guess would be something like Runtime.getRuntime().exec("javac MyServer.java"); Runtime.getRuntime().exec("java class MyServer"); But I am really not sure ...

How can I visualize external unit testing results in Aptana/Eclipse?

I have JsTestDriver set up to run tests automatically on remote server, which then produces XML format to my "test-reports" folder. I'm looking for some way to visualize the results automatically in Aptana/Eclipse, so that the other coders wouldn't be forced to check the console output to see if the tests failed or not. Ideally, I would...