hello, eclipse has a very nice feature. that is when you debug, it reloads changes to your source files when you save the file.
what is the name of this feature?
is it possible to turn it off?
thanks!
...
I am working on a cross-platform C++ project with 8 other people which uses the following libraries:
OpenCV Library
Boost C++ Library
The project is inteded to be cross-platform so all users have agreed not to use platform-specific code, and, to keep things as simple as possible, all users will be using Eclipse as their IDE. However,...
Hi,
I am looking to create a map application. I want it to show a location that user selects from a list and show here the location is, then add a button on the map so that the user can navigate from there current location to the one selected.
I have looked at tutorials but cannot find anything that does this.
Anyone know where I mig...
Hi, I wish to use "C" legacy project in the Eclipse. In the project it require "autoreconf
-vi" followed by "./configure" before make to start. My problem is I am not able to do "autoreconf -vi" and "./configure" from the eclipse.
Thanks
Arpit
...
Hi,
I am trying to run my project but eclipse is saying I have errors but there are no errors just a red cross where the project name is. I have tried deleting the R.java and generating a new one but that didnt work
Thanks In Advance
...
I'm developing a web application and I want the user to see autocomplete results like the autocomplete results shown by Eclipse.
Where should I start from?
...
I have googled all the obvious strings, searched through FAQs but cannot find a canonical list of command line options for eclipse.
I have installed eclipse on an NFS mounted directory and upon upgrading to helios immediately began having errors with lock files.
The NFS export options are (rw,insecure,no_root_squash,no_subtree_check,as...
I'm trying to use the Amazon Web Services Java SDK jar in an Android project in Eclipse, but it has references to org.apache.commons.httpclient. All I seem to have in my Android SDK (2.2) is org.apache.commons.http.client, which is a different namespace and obviously causes the build to fail.
I'm new to Java, Eclipse, and Android dev.....
For searching a document, I like using the floating Find/Replace window that pops up. Lately, however, hitting command-F pulls up this Find/Replace bar at the bottom of the editor window. I suppose I wouldn't mind it so much, except instead of selecting the text to search it puts the insertion point after whatever I've searched for befor...
How do I setup code completion to work on Zend Studio (or any Eclipse based IDE) when working with a class that has private or protected member variables WITHOUT resorting to a bunch of Getter's OR setting the member vars as public.
For example:
class Dog {
protected $bark = 'woof!';
public function __get($key) {
if (...
Hi,
I have a Blackberry project developed in Eclipse using the Blackberry Plugin for Eclipse. The app works 100% fine in the simulators.
I have a signing key set from Blackberry, and I can sign the application package fine (it goes off and does 70 odd signings with Blackberry, I get back no errors).
However, when I try and use the OT...
If you work in netbeans you pretty much know the context menu entry "view servlet" on an jsp file.
What it does is show you the generated servlet java code from the jsp.
Is there something similar in eclipse?
...
I am using Eclipse for the past two months. I didnt used javadocs in it before.
Today i searched for hibernate javadocs and got hibernate-3.2.2.ga-javadoc.jar.
But i dont know how to add it in eclipse. Any suggestions!!
...
I have some images (.png format) that I use as drawables on the surface of canvas in my android app. The problem I have is mspaint only allows a rectangular image file, so whatever I draw on the screen always shows up in a box.
Is there a (free) program or way I can edit the png files so that when they are drawn on the surface of my ca...
I'd like to parse through XML files with java - ok, easy. It would be REALLY nice if I could use an XML file that I've created within a folder inside my same Eclipse project (let's call it the "resources" folder). Due to issues with version control, multiple development platforms, and general simplicity, it would be VERY, VERY nice to ha...
Hi,
i want to add a dynamic configuration path (generated from pkg-config) to my project. (this is basically for third-party dependencies like boost, so workspace includes is not appropiate, and filesystem include neither because that would be hardcoded and every developer would have to change that manually)
i am on project properties-...
I don't even have any servers setup except as an External Tool Configuration > Program. I'm using the JPDA connector, and yet when I do certain things like have Eclipse auto generate a serialVersionUID it automatically restarts Tomcat. I can't find where this might be configured in the project properties or the window preferences. I don'...
Hi,
I have a app with a list of urls, I can create a class that will link to the urls and open the link within the browser, trouble is I have more than 100 urls and I dont think it would be practical to create a class for each of those urls. So I want to create a class that will get the correct url based on the users selection from a l...
Hi,
I am trying to build few tests using the FitNesse framework in Java. For some reason, I get an error "Could not find fixture: script" when I try to use the script table.
I am sure I have all the libraries configured in my classpath.
Searching in Google doesn't have much information.
Any pointers would be very helpful
Thanks,
Javid...
A team working on a project will tend to need a common configuration of Eclipse. This includes general configuration and project specific configuration. For example, generally, everyone might wish to share indentation, installation of certain plugins (say m2eclipse, testng, egit, Spring support). Further, for a project, you might want ...