eclipse

Regarding 'singleton:=true' in Manifest file

I have a plugin which at present doesn't have any extension points (neither does it extend any other plugin). To resolve a certain issue I have to create an extension-point for this plugin and an appropriate extension somewhere else. When doing this eclipse forced me to set singleton:=true in the Manifest file. I know the reason why t...

Add remote eclipse installation to target platform?

In eclipse its possible to add a local eclipse installation to the target platform: Window -> Preferences -> Plugin-in Development -> Target Platform -> Edit -> Add -> Installation -> [location of local eclipse installation] But how do I add an eclipse installation located on a remote server (just copied a local eclipse installation to...

New comparison of Eclipse and NetBeans

Since this question staled a year and a half ago, has there been some significant development on these projects that would warrant a re-evaluation of the answers? The majority opinion seemed to be that NetBeans was better for JAVA GUI development or JavaScript, otherwise Eclipse was equal or better. ...

Simple find/replace using regex in Eclipse

I have the following possible lines in my code addEventListener(PropertyChangeEvent.PROPERTY_CHANGE, propertyChangeHandler) addEventListener("click", propertyChangeHandler) addEventListener(PropertyChangeEvent.PROPERTY_CHANGE, _propertyChangeHandler) addEventListener(PROPERTY_CHANGE, _propertyChangeHandler) They all have in common tha...

How could I know whether org.eclipse.swt.browser.Browser.setText(html) renderred html completed

org.eclipse.swt.events.Progresslistner{ public void completed(ProgressEvent e){} } the method completed(ProgressEvent) only means the browser has loaded the html, but still not ready to render. What I needed is a callback when render completed. Is there any way could do this? thx ...

eclipse3.5.2 freezes on ( eclipse-pdt ) ctrl+enter on ubuntu lucid

i installed eclipse from the standard ubuntu repository $ aptitude install eclipse and then added the Galileo repository Galileo Update Site - http://download.eclipse.org/releases/galileo/ and from the programming laguage section i selected php development tools (pdt) sdk feature PHP Development Tools (PDT) SDK Feature 2.1.1...

How to change active launch configuration in Eclipse CDT

Feeling rather dumb: I have a C++ project, using Eclipse CDT (Eclipse 3.6, CDT 1.3.1). I have defined more than one launch configuration: each points to a different executable within the project. But, when I press F11 to debug, Eclipse always loads the first configuration, and I can find no way to make it launch the 2nd one instead. ...

Getting Eclipse CDT to use relative include paths in generated Makefiles

Hello, I am using the Eclipse CDT. I have configured the "external Builder" and I am generating the Makefiles automatically. Unfortunately, the generated Makefiles contain the absolute include path. I would like to use the generated Makefiles on other systems (where Eclipse is not installed) - is there a way to make Eclipse use relative...

How can I create a keystore?

What are the steps to create a keystore for android (in an eclipse environment)? I need to use google maps in my app and I dont know what steps I missed. Please provide me with the specific details steps (I didnt understand it from the guides). Thank in advance. ...

Is there a way to setup Linked Resources relative to the .project file?

We have a Flash Builder (which is based on Eclipse) project that pulls source from different locations, included in the source control in which the project is. As per our organization requirements, the source code is present in directories not directly under the project directory. Initially we had the problem that all paths to the linked...

Eclipse Commiting to SVN

I'm trying to commit my changes to my SVN repo, by clicking on the file, team, commit, but then in the Console in eclipse, it says commit -m "" /Users/admin/Documents/workspace/Challenge5-Ghostomatic/GhostList.java Skipped And it does that for all the files, even though the local version has changes that the SVN doesnt have. How ...

How to do Eclipse + Zend (Magento) Debugging on Local Machine?

I'm trying to figure out how to do debugging on Zend (more specifically Magento) code using Eclipse. This is the workflow I'd like: Set breakpoints in Eclipse. Open up Firefox or Chrome, pull up the site in the browser When code hits the breakpoint, Eclipse halts execution, letting me look trace everything. Right now, I debug the ap...

Displaying info in the eclipse console

Hi, I'm trying to compile a C++ project (Hello World) in windows 7 using Eclipse Helios. After creating the project the console shows me the next message: Internal Builder is used for build ** g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\hello.o ..\src\hello.cpp g++ -ohello.exe src\hello.o c:/mingw/bin/../lib/gcc/mi...

Netbeans RCP vs Eclipse RCP

I would like to start a new project which will make extensive use of plugins. I know that both Eclipse and Netbeans have their respective Rich Client Platforms, both with their respective strengths and weaknesses. I would like some comments on which the Stack Overflow community prefers. Also, and most importantly, how easy it is with t...

Eclipse helio update site could not be connected

Hi, I am using Eclipse helios. When I try to use the update it could not connect to the update site giving error, Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Permission denied: connect I am using Widnows vist...

m2eclipse multiple dependencies on classpath

Hi folks, it might be a duplication, but in eclipse, how can I deal with various dependency versions of the same library in my local maven repository ? The problem is that dependency versions specified in pom definition are the libraries I need to use (they have sources/javadoc available etc.), but maven puts all the available library...

Tomcat issues inside eclipse

I am very new to Tomcat and web development in general and apologize for what may be a very silly question. Consider 2 situations: 1. I start Tomcat outside of Eclipse. I use eclipse to create a war file. I deploy it via admin console. All is ok 2. I start Tomcat via Eclipse I can't access admin console http://localhost:8080/manag...

Editing while Opening Android Manifest File in Eclipse

I found this strange behavior with Eclipse when I try to open the Android Manifest file. Specially when the file was checked out by other user, Eclipse is trying to open the file and do some edits. If it finds that the file is checked out by other user, it displays a message to remove the read only flag. And we have also seen old versio...

How do I set a the compiler option 'processor' in Eclipse?

I'm trying to follow these instructions to configure the DataNucleus enhancer: If using Eclipse you need to edit your project properties. Go to Java Compiler -> Annotation Processing and enable the project specific settings and enable annotation processing. Then go to Java Compiler -> Annotation Processing -> Factory Path...

Problem with GlassFish tools bundle for Eclipse and running Glassfish

Hi, I've downloaded the GlassFish-Tools-Bundle-For-Eclipse-1.2 and installed it. When I run the eclipse contained in the release I'm unable to start the Glassfish server, which arrived pre-configured with the release. It seems to be looking for the server under c:\ (i.e. c:\glassfishv3\glassfish) when in reality it's under {myDevPlaces}\...