eclipse

What java android files should I not upload to my SVN Server?

I just setup SVN for my java Android project through SubEclipse. Can anyone advise me on which files I should not upload to the repository? Just like in Objective C I have my build files in a separate folder, I still don't know how the build system in Java organizes files and what is considered "build" files. Any advice? ...

Is there an eclipse equivalent to the Visual Studio "Command Window"?

I've just gotten really hooked on the Visual Studio Command Window, being able to type a lot of command rather than reaching for the mouse. Is there an equivalent in eclipse? Or is there another convenient way to go mouse-less? ...

Can't get Eclipse to work under Wndows 7 64 Bit

Hi, currently I'm trying to run Eclipse Classic under Windows 7 x64, without success. First, I've downloaded the JDK from here. Second, I've downloaded the Eclipse 32 Bit Version, wich will crash while showing the splashscreen, for a very short time. The 64 bit version at last, shows a error message, that the jvm.dll can't be loaded (...

where does eclipse store keyboard bindings

where does eclipse store its user preferences? specifically the keyboard bindings? ...

Add raw .groovy file to output dir in Eclipse with Groovy Plugin

I'm using Eclipse and I have the Groovy Plugin installed. From within a standard Java project I want to include a file with a .groovy extension on the runtime classpath. I have a source folder (src/main/resources) which includes all files and has no exclusion filters. Inside that directory I have 2 files: foo.groovy and foo.txt. When...

eclipse helios fails to find g++, gdb, $PATH, make

I am using eclipse CDT but it fails to find any of the linux toolchain like make, g++, gdb. seems like it is failing to retrieve $PATH.Could you let me know how can I fix this? ...

Eclipse Java Projects in Git

I am trying to figure out the best way to create a java project in GIT. In particular I would like to create the git repository such that when I import from git in eclipse, the project is automatically created correctly with all its .project settings intact and all other settings setup. I.E. if I do a git clone javaEclipseProject in my w...

Setting Environment Variables for All JUnit Tests in Eclipse

Hello everyone! I am trying to set up some unit tests, which use the database. I would like to use a test database on the developer's computer instead of on the production database. The method I have in place now is to check an environment variable when connecting to the database, and if that variable exists to connect to the local on...

Is it possible to work on remote files in Eclipse?

I'm looking into using Eclipse as a dev environment for PHP projects, but it's pretty huge and I'm not sure where to look for answers. I want to be able to work on remote files from within the client - i.e., rather than using an FTP client to download copies from our remote development server, working on them locally, and then having to ...

Coldfusion deploy into Google app with Eclipse

I've download eclipse-jee-galileo-win32.zip and following instruction of this post, http://blog.kukiel.net/2009/09/coldfusion-on-google-app-engine-with.html After that, I encounter following errors once I've deleted war file and replace openbd's war files into my project. Please let me know if you have such problem just like me. ...

Is it possible to have another layout in my main layout?

Is it possible to have another layout in my main layout? Such that i can set my imageview in another layout. ...

Android string and layout editors in Eclipse-ADT frequently crash

I recently started programming for Android using the Eclipse ADT. What I am frequently observing is, that when I open some Android .xml file (e.g. res/strings.xml or some res/layout/<...>.xml file) that there are NullPointerExceptions. One can then still edit the file in source mode, but the convenient Resources-tab or the Layout-tab, r...

Eclipse Subversion Plugin Subclipse shows an error

I am using Eclipse Version: 3.3.2 I have imported a project which is on already on SVN repository. I just checked out in wwwroot and then imported into eclipse. Done some changes. Then i was thinking to install subclipse. opened eclipse plugin manager installed Subclipse 1.2.4. Then right clicked on project ->Team -> Share Project ->...

A good development environment for python

Possible Duplicate: What IDE to use for Python? I want to start programming in python. Is there a good development environment for python (like eclipse for java?). I guess there's a way to configure eclipse for python. If I somehow do that, will it be as good for python as it is for java? Will I be able to use the interpreter?...

Google Appengine problem with SVN repositry

Hello there stackoverflow, I have a Google Appengine project. I've decided to SVN it. I get an error I've never seen from the Google Appengine: com.google.appengine.tools.info.LocalVersionFactory getVersion INFO: Could not find API version from E:\ws\msgServ\war\WEB-INF\lib.svn java.io.FileNotFoundException: E:\ws\msgServ\war\WEB-INF\...

Eclipse - Google Guice

I have been trying to use Google Guice in eclipse plug-in development. I have imported Guice jar as another plug-in project. But somehow Guice is unable to inject dependency. Any ideas??? This is the error message com.google.inject.ConfigurationException: Guice configuration errors: 1) No implementation for java.util.List<java.lang.S...

"transient" builds or triggering a specific builder

How can I tell Eclipse that a build is invalid if Eclipse is restarted, so that it always performs this build step again? Alternatively, how can I tell eclipse to do a full rebuild with just a specific build step? Anyway, the current solution is to implement a "builder-worker semi-singleton" (one per project) that keeps its own build s...

Is there a project facet for adding spring libraries to a project in Eclipse?

Everywhere I look I can only see people adding external jars to their Spring MVC web projects when starting a new one. Why isn't there a simple project facet for adding these to a project? I mean, what's the point of creating all these neato eclipse plugins if I can't quickly start a dynamic web project for spring framework without going...

m2eclipse - child projects suddenly cant see each other...

Not a very good title, I'll try and explain. This has worked for months, then today for some unknown reason, eclipse cant resolve any of the imports from siblings (peer projects), when nothing has changed (really!). No eclipse or eclipse plugin updates, no source code changes, no config changes. I have a fairly standard project struct...

Is there a easier way of running an android application using the eclipse emulator?

I am trying to write an android application and my workflow is as follows: Write some code Click run as Android Application Eclipse then starts the android emulator Install the app on the emulator Run it It seems to me that there is no need for it to start an android emulator(3) each time and to kill it. It'd be nice if there was a w...