eclipse

How come my eclipse editor shows no error but when I try to run the file, it shows "cannot be resolved to a type" error?

as stated in the title. ...

PDE headless build using features fails with optional plug-ins

Hi there, We are build a huge set of plugins using ANT pde build script for features (not product). We are using the Eclipse 3.5 version and have one plugin that uses optional dependency. The feature including this plugin does not include the optional dependency but the optional plugin is present in the plugin folder during build. the ...

Export the Eclipse XML Formatting Rules?

Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > Editor in Eclipse 3.5 Galileo (JEE Package)? And where do Eclipse stores these settings? Now i got an eclipse_xml_format.epf with the following content /instance/org.eclipse.wst.xml.core/lineWidth=120 /instance/org.eclipse.wst.xml.core/...

Building multiple binaries within one Eclipse project

How can I get Eclipse to build many binaries at a time within one project (without writing a Makefile by hand)? I have a CGI project that results in multiple .cgi programs to be run by the web server, plus several libraries used by them. The hand-made Makefile used to build it slowly becomes unmaintainable. We use Eclipse's "Internal Bu...

Using date functions in android application?

Hi there, I am displaying some event data based on the todays event and a list of events in a week. Currently I am displaying all the events in form of list from the file, As the file contains out dated events as well but I want to display on the basis of today's date events and a week events then week after. In short I want to restrict...

What is "initializing java tooling"?

When MyEclipse starts, the message "Initializing Java Tooling... [n%]" is the first or second message to appear. I Googled the phrase, but all I get are posts from people who are frustrated that MyEclipse freezes or crashes during tooling. I'm using v7.5, but the phrase is not version-specific, based on those Google results. I don't h...

eclipse.ini variables

does eclipse.ini or eclipse command line does variable parsing? such as $PATH or ${java.home} ? ...

SWT Problem with MouseTrackListener and Shell

Hi! I'm developing an Eclipse plug-in and I have a problem which is reproduced here: popup = new Shell(PlatformUI.getWorkbench().getDisplay(), SWT.TOOL ); popup.setLayout(new FillLayout()); Text text = new Text(popup, SWT.MULTI | SWT.READ_ONLY | SWT.WRAP | SWT.V_SCROLL); text.setBackground(new org.eclipse.swt.graphics...

How to find Junit tests that are using a given Java method directly or indirectly

Assume there are Java project and Junit project in an Eclipse workspace. And All the unit tests are located in the Junit project and dependent on the application Java project. When making changes to a Java method, I need to find the unit tests that are using the method directly or indirectly, so that I can run the corresponding tests loc...

Installing JML in Eclipse

I am using Eclipse to program in Java. I tried installing from this site though Eclipse's Updater but although it didn't fire any error, I don't see the menus they say I should. Maybe I have to install something first? Maybe there other simpler JML options? What you guys use? ...

How do I create a dll project with Eclipse Ganymede?

Guys; How are you doing today? I have to create a dll project on Eclipse Ganymede and I don´t know where to start... (I am a C# guy with VS). Can you please indicate me what type of project should I create to make a dll on Eclipse Ganymede so I can call the DLL from other Java Project? Thanks in advanced :D ...

Pydev Runtime Project Configuration

I have a small tool I'm building in Python under Pydev and I have it organized according to how I'd like my source tree to look in source control: /project-root /branches /branch-name .project .pydevproject conf01.conf /src file01.py file02.py ...

What's ideal debugging setup? window placement etc.

I am interested in knowing Debugging setup that'll allow a programmer to be most productive. Assuming knowledge about debugging in general. I am mainly interested in knowing how and where you place different windows like the variables window, code window, the stack. Also possibly the relative size of different windows. I'd prefer if the...

How to skip .svn-base files in file search of Eclipse?

Whenever i perform a file search in eclipse, it scans all files including .svn-base file. Provided i am using * for file name patterns. Is it possible to scan all files for searching but skipping the .svn-base file? ...

Auto complete a statement in eclipse

Is there a way to auto complete a statement in eclipse? If I type if (condition) it should, after pressing some key, become if (condition) { // putting cursor here } ...

How to convert VisualStudio project to Eclipse CDT

The question is already in the title. I have a Visual Studio project which builds a .dll. Now I need the same library for MacOS X and linux, so I would like to convert the VS project to Eclipse and compile it for both platforms. I will be very thankful for any tips, hints or guidance! ...

What does "Computing additional info" mean?

Eclipse Helios periodically starts running a job which displays "Computing additional info". During this time, Eclipse is very sluggish, bordering on unusable. What does this job do? Can I shut it off? I just hope that someone in the JDT team comes to sense and gets rid of it, make it go faster, or at the very least change it to somethi...

Any way of working with Eclipse WTP that does not mean redeploying the _WHOLE_ application when a JSP page is changed.

I have migrated a Web Application from MyEclipse to Eclipse WTP, and I am now in the middle of the first major upgrade to the code base and web pages after the migration, and it is frankly driving me mad that saving a JSP page causes a redeployment of the WHOLE application, as it takes time and that my backend connection does not survive...

How to remove/hide vertical and horizontal scrollbars from eclipse editor?

Hi, I'm using Eclipse and I would like to remove scrollbars from the editor. (I usually partition my screen with multiple opened editors. I want to save space.). Is there an easy way? I'm using Windows 7. ...

Is db4o object manager enterprise free? Where can I download it? Is it a standalone application?

As per the title I have three parts to this question... Is db4o object manager enterprise free? -I saw a blog post about it being free. Where can I download it? -the website is rather unclear Is it a standalone application? -I seem to remember it was an eclipse plugin but this was awhile ago. Is there an Intellij plugin? ...