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
Tag: eclipse
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
Access restriction on class due to restriction on required library rt.jar?
I’m attempting to compile Java 1.4 code that was created by IBM’s WSDL2Java on Java5 without recreating the stubs and saw this error in Eclipse. I’m under the assumption that the stubs generated should just compile as long as the runtime jars are available (they are). Access restriction: The type QName is not accessible due to restriction on required library
How can I display a byte array as a String in java’s debug detail formatter?
I’d like to write a simple detail formatter that displays byte[] data in the form of a String (using String.<init>([B) to do the dirty work). However, I’m not sure how to find the class name for [B to use when creating the formatter. Is this even possible? Or, alternatively, is there another way to view byte arrays as strings in
How to uninstall plugins in Eclipse 3.4.X or higher
The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via the “Software Updates…” option in the Help menu. The option to remove the selected Mylyn plugin is greyed out. In fact, this is true of virtually every installed plugin. I know that the Mylyn plugins are optional, so why
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
How do I add a shortcut key to Eclipse 3.2 Java plug-in to build the current project?
One of the few annoying things about the Eclipse Java plug-in is the absence of a keyboard shortcut to build the project associated with the current resource. Anyone know how to go about it? Answer In the Preferences dialog box, under the General section is a dialog box called “Keys”. This lets you attach key bindings to many events, including