Skip to content
Advertisement

Tag: eclipse

How is Eclipse Mylyn useful?

In my Eclipse Preferences -> Java -> Editor -> Content Assist -> Advanced settings, I see the following: Java Non-Type Proposals Java Proposals Java Proposals (Task-focused) Java Type Proposals JPA Proposals (is always empty for me) PDE API Tools Proposals (gets skipped when checked in the Content-Assist Cycling settings) SWT Template Proposals (always empty) Template Proposals (always empty) Word Proposals

Easy way of running the same junit test over and over?

Like the title says, I’m looking for some simple way to run JUnit 4.x tests several times in a row automatically using Eclipse. An example would be running the same test 10 times in a row and reporting back the result. We already have a complex way of doing this but I’m looking for a simple way of doing it

Speeding up Tomcat in debug mode with Eclipse IDE

Running Tomcat through eclipse works fine in non-debug mode, but not in debug mode. When I try to start the Tomcat server in debug mode, the console output looks fine for a while, but then starts slowing down and eventually just stops, pegging the cpu at 100%. I don’t think it’s relevant, but just in case – here’s the console

Eclipse open console apps in separate window

Is there a way to configure eclipse to open console apps in a new window rather than it’s own console when you run/debug them? I’m debugging a client/server application and I’d like to see the output of both apps at once and not have to switch between the tabs… Answer In eclipse, you can have two console views… On the

Build Eclipse Java Project from Command Line

Is there a way to compile an Eclipse-based Java project from the command line? I’m trying to automate my build (using FinalBuilder not ant), and I’m neither a Java nor Eclipse expert. I can probably figure out how to do this with straight java command line options, but then the Eclipse project feels like a lot of wasted effort. In

Advertisement