eclipse

Eclipse - List of default keyboard shortcuts

Is there a list of the default Eclipse keyboard shortcuts? I'm generally looking for language agnostic things like starting the debugger or deleting an entire line in the source editor. ...

How to get around TPTP's IWAT0435E in Windows

I have just installed TPTP's latest version (4.6.1) and am using Eclipse build 20090621-0832 on Windows 7 (User Control enabled). I'm trying to profile an application but am getting the following error under the Monitor tab: IWAT0435E An error occurred when connecting to the host. Anyone know how to resolve this? ...

What are the default Eclipse update sites?

I just installed and opened Eclipse for the first time on my new laptop and the plugin installer has no available update sites. How can I fix this, or what are the default update sites? ...

How do I debug a remote application in my eclipse

I am running my server from outside of my eclipse and now i want to debug it. so is it possible ? If yes how can i do that. ...

How to increase content assist tooltip size in Eclipse / PDT

I'm using PDT with Eclipse and the Content Assist tooltips (e.g. for class method descriptions) are too small to be useful. Usually, only the first few words are visible. Is there a preference to increase the sizes of these? I have plenty of screen real estate, so I want to make them much larger. Thanks Edit: Maybe I'm using the wro...

Eclipse: is there a way to get Eclipse to output the commands given to run your program?

I'm having some build issues with Eclipse in that it runs my app just fine in eclipse but for some reason when trying to run using #>java MyClass it ends up not running due to not being able to find the class. This makes no sense so I was wondering if there was a way to have eclipse output what it's feeding into the jvm to get it to ...

Type ahead autocompletion in Eclipse

Hi Do Eclipse have a plugin for type ahead autocompletion like Visual Studio, so I don't have to destroy my spacebar by pressing Ctrl+Space all the time? (If you don't know how it works in Visual Studio, please don't bother answering.) And also, can I limit the autocomplete to imported packages, rather than every single java class on e...

javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20

Hi, I have created simple Java Dynamic Web project in Eclipse. I host my project on Glassfish 2.1.1. When I try open p1.jsf page in browser I got following error: javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20. I have no idea how to correct this error... Here is may p1.jsf definitio...

It is taking too much time to run my application in eclipse

Whenever i run my application in eclipse it starts building and then runs. As i am haing thousands of classes it taking too much time to build everytime. May i know the reason please and what i have to do to avoid it? ...

dabase access plugin for eclipse

May i know is there any plug-in for eclipse with which i can access my database through eclipse..i am using both db2 and oracle. so it should be db independent. ...

Could not open the editor: Editor could not be initialized

Happy New year everyone!Have a healthy and prosperous 2010! Now for the question that I have : I am getting error "Could not open the editor: Editor could not be initialized." when i try to open the CF3 builder. Neglecting this error I am continuing with my work and I am able to access all my project/files etc ,but what i feel is tha...

run a bash script from Aptana (eclipse) with Script Monkey

I'd like to run a bash script on save in Aptana. I have the on save part of the script but absolutely no where can I find documentation on Script Monkey. Thanks ...

JUnit4 in Eclipse

I'm trying to run some JUnit test units in eclipse 3.5, but with no luck at all. JUnit3 works fine. When I create the JUnit4 Test unit, eclipse offers to add the JUnit library to the class-path. I accept, but when i check to see if it was added in the project's properties panel, I can see JUnit4 was added, but no JARS where included. I...

How to switch JProfiler launcher in Eclipse integration

The JProfiler plugin of my Eclipse IDE (Eclipse 3.5) is configured to work with JProfiler 6.x which is installed on my machine. I'd like to configure my Eclipse to work with JProfiler 4.x which is also installed on my machine. How can I do it through Eclipse UI? Tried to find this option in Run --> 'Profile Configuration' but couldn't ...

Generate bytecode from Eclipse's CompilationUnit

I am not working on an Eclipse plug-in project; however, I use an external library that generates an instance of org.eclipse.jdt.core.dom.CompilationUnit. Is there a way to generate Java bytecode from it? Some searching revealed that CompilationUnit's are typically built by registering a custom builder for the Eclipse project, then lett...

Eclipse Galileo

After extracting the Eclipse Galileo, it worked fine for a couple of days. But lately when ever I run it. It throws an exception/error : Eclipse Galileo Error: there is no disk in the drive. please insert a disk into drive device harddisk2 dr2 Though I tried to remove it, and extract it again, however it still give me the same error! ...

Debugging with Zend Studio / Eclipse

Hi, Is it possible to debug PHP scripts so that it keeps running until an expression is true? For example, I want to know when $a becomes a certain value. I don't want to keep pressing step into and wait until the variable $a changes the value to it. ...

Eclipse FTP "Team Plugin"

It seems to me from the following page http://www.eclipse.org/eclipse/platform-team/target.php and other pages like it. that there has been a robust, mature, properly integrated (and seemingly very smart) way to upload and synchronize files from an eclipse workspace with an FTP site for four to six years already. It seams from that page ...

GWT/Maven/Eclipse - Development Mode: URL not showing in Eclipse (only JavaEE version!)

Hi, I followed instructions on how to setup a maven gwt project using the gwt-maven-plugin. It works nicely, and under a 64-bit version of eclipse downloaded for Windows, with Java packages added later via EPP update sites, it works beautifully. However, on my mac, with eclipse downloaded directly from website as a pre-built, JavaEE bund...

Eclipse auto republish does not seem to have any effect sometimes

Hi all, When developing a JSP web application in Eclipse, i'm using the built in J2EE Preview servlet container to host the application, with a browser open to localhost:8080/MyApp to preview things. Sometimes i make a change to the application and wait for the servers view in Eclipse to go from 'Republish' to 'Synchronized', but when ...