eclipse

How can I run Perl test cases in Eclipse using EPIC?

I am using eclipse EPIC (Perl plug-in) to run my Perl scripts. The scripts are running fine. but I want group my scripts and run together at a go. How can I do this? The scripts I am running are test cases. So basically it would be nice if I can take the results of each script and display them in table like fashion or write into a file ...

ClearCase and Eclipse: How to hide/ignore files?

I'm working with Eclipse and ClearCase and we're facing the problem that there's no "ignore"-feature in ClearCase and we're having regularly checked-in files that shouldn't have been checked in. In Eclipse, I already found the "Ignored Resources" configuration in Window -> Preferences -> Team and have been able to ignore files that fol...

Attempt to install Google Eclipse plugin gives error

I am trying to install Googles' eclipse plugin - http://code.google.com/eclipse/docs/getting_started.html Even on following all the right steps I get an error message - Google Plugin for Eclipse 3.3 requires plug-in "org.eclipse.jdt.core". But I could not find how to install this missing plugin. ...

How to use classes from another project?

I have got two Java projects inside Eclipse. Now I want to use classes from project A in project B. I added project A to the build path of project B. But the classes are not available in project B. What could be the reason for that problem? Did I do something wrong? What and how should I do? Thanks in advance. Update: The problem was ...

How do you build a JAR in eclipse with a custom manifest file?

I am trying to to build a Felix bundle in Eclipse. This basically includes having Eclipse create a JAR (through export) and adding my custom manifest file, however, I can't seem to get this to work. When I try exporting a JAR file, my custom manifest file shows up in the JAR, but doesn't ever get added to the right location within the JA...

nothing happens after building an OpenCV project

Hi, I'm using OpenCV for the first time (Windows, Eclipse), after installing and configuring Eclipse using this manual: http://tommy.chheng.com/development/windows_development_setup.html I tried running the example, but nothing happens after build! when the program reaches this line: img=cvLoadImage(argv[1]); it just stops. I trie...

Adding work to a Job's progress monitor in Eclipse

I have a job (class which extends org.eclipse.core.runtime.jobs.Job) running inside Eclipse. The job gets an IProgressMonitor and I'm using it to report progress, that's all good. Here's my problem: during the processing, I sometimes find out that there's more work than I anticipated. Sometimes even double. However, once I set the total...

Adding a template to an extension point in Eclipse

I am a fan of adding extension points to my Eclipse RCP applications, as it makes them very modular. Now, when you write the extension point schema, it is possible to add the documentation that will be shown in the Extension Point Selection wizard. This wizard contains also an Available Templates section. When a template is selected, ...

How to have Eclipse JEE automatically generate the exploded WAR for a web project?

I need to have a JEE project generate a WAR file automatically - preferrably exploded - as opposed to choosing Export -> War file. I have played with the various server defintions but have not been able to get either the JEE preview or the HTTP server to work, and before installing each of the external container specific servers I'd lik...

Determine if a java application is in debug mode in Eclipse

I want to change the logging level depending if I'm debbugging or not, but I can't find a code snippet to check if the application is running in debug mode. I'm using eclipse to debug the application, so if the solution only works within Eclipse it will be fine. ...

Immediate Window for Eclipse

Does Eclipse have an analog to Visual Studio's "Immediate Window", a window where I can evaluate statements while in the debugger? ...

How to install Maven 2 plugin for Eclipse on 64-bit linux?

I have Fedora 11 (x86 64) installed with Eclipse. I need a Maven plugin, preferrably m2eclipse, but I cannot find out how to install it. I've tried going through yum, but to no avail (I can't even find any maven plugins). On my other laptop, I've tried installing the plugin using yum on a 32 bit install of Fedora 11, and while the pac...

Debugging a jax-ws client in eclipse

I am writing a java client for a web service. I used wsimport to generate the proxies. Copied them over to my workspace project (in eclipse). Wrote a simple program using couple of ws calls. Now when I want to step into a soap call, eclipse says that source code for the file was not found (com.sun.xml.internal.ws.client.sei.SEIStub.class...

Editor does not contain a main type

Hello folks, Just going through the sample Scala code on Scala website, but encountered an annoying error when trying to run it. Here's the code: http://www.scala-lang.org/node/45. On running it on Eclipse, I get this 'Editor does not contain a main type' that prevents it from running. Is there anything I need to do...i.e break that f...

[Eclipse] Member variable prefix wrongly added to method name

Hi there, I am using Eclipse to write some Java code and the naming convention that I am following uses an 'm' as a prefix to any member variables for a class. As soon as I write the member variables I like to go to Source -> Generate Getters and Setters. This generates the methods that I require. However, the method and parameter names...

Eclipse is Ugly (from a recovering vim user)

So, I'm finally taking the plunge to using eclipse from vim ... but I'm having some serious issues getting over the incredibly cluttered interface and menu system. Example: right clicking in the main text area yields a submenu with ~30 items... The whole eclipse environment seems cumbersome and rather ugly. I've painstakingly changed t...

Eclipse - Save Folding on Quit

Is there any way to save my code folding in eclipse? It's horrible to scroll trough my entire UI declaration. (And yes, I googled it! :) ...

Multiple eclipses for different feature set or single eclipse contains all plug-ins?

Hi, Eclipse can contains a lot of different feature set via plugins. Do you install all the plugins in one single eclipse? or do you install STS from spring, Flex eclipse from adobe, or even RCP development bundle from eclipse.org, every eclipse variant handle its task respectively? Which way do you prefer and why? speedy response? avo...

[Eclipse Intro] Make my own welcome page.

Hello everyone. I am facing difficulties to make my own Eclipse Intro Page (as shown here). It seems that I have some probleme with my product ID but I dont know how to get a product ID, I have tried to extend org.eclipse.core.runtime.products but when it asks me which application I want to register I dont know what to answer and it se...

Error installing Oracle Enterprise Pack for Eclipse

I'm trying to install OEPE from the site: http://download.oracle.com/otn_software/oepe/ganymede But I get the following error: Cannot complete the install because one or more required items could not be found. Software being installed: Oracle Common Tools 1.1.1.200904131333 (com.oracle.tools.eclipse.ganymede.common.feature.feature....