Eclipse: How debug without source jar?
I am using Eclipse 3.4. I want to be able to put a breakpoint in a line of code that's in a jar for which I dont have the source code and no source code is available. How can I do this? ...
I am using Eclipse 3.4. I want to be able to put a breakpoint in a line of code that's in a jar for which I dont have the source code and no source code is available. How can I do this? ...
I am trying to add a test spring application context to the java runtime, so that my beans can be wired properly for my integration tests. ...
I am trying to get Eclipse working so that it builds my war to a local instance of Day Communique. I am using the plugin for eclipse from day: http://www.day.com/eclipse/ The .war file uses spring to start some processes. When I install the war file using the admin function in Day, the processes start. When I publish via eclipse, the...
I've set up a simple Eclipse 3.5/Jetty 6.1 web app which returns hello world. It works. This is on Windows and uses the "Jetty Generic Server Adapter". I have auto deployment working so that it deploys after changes periodically. How do I go about setting it up so that if I change any static content it doesn't have to redeploy i.e I ...
After I click the Finish button to install a plugin (the P4WSAD Perforce SCM Support plugin): ...I get a Duplicate Conflicts dialog: This seems strange, since I'm not installing any "Mylyn" plugins, but perhaps they're updating automatically as a result of the plugin I'm trying to install. Apparently the existing version of the pl...
Hi, I have extended IEditorInput class to define my own IEditorInput object. Furthermore, I have extended FormEditor class. I have view where I am displaying my application objects. Whenever user double clicks on items on view, I intend to display more details for this application object on the editor, which is a FormEditor. Problem I a...
I have a application which takes tcl script as argument. I want to debug tcl script when the application processes it. My development environment consists of Dynamic Languages Toolkit along with Active state remote debugger -dbgp_tcldebug. I am able to debug the individual tcl scripts with this setup. I created a tcl project in eclips...
I'm creating a standalone SWT desktop application that has around 10 different screens (few wizards, help, forms, etc). Some elements on screen don't change at all (like header, background, etc) and there is a working area that changes depending on what is clicked, etc. What is the best way to manage application screens? Do I need to cr...
Hello, fellow visitors! I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3. Among other applications I'm running an exploded Java WAR on my local JBoss. The project from which it is build is managed by Maven. I build the project using the Maven goal war:exploded and then I copy t...
I know that there are many questions and answers regarding having VisualStudio keyboard shortcuts in Eclipse. I'm actually interested in the opposite: having Eclipse keyboard shortcuts in VisualStudio. Does anyone know if this is possible? ...
Hi, i can't seem to find this symbol in the Eclipse documentation, and i'm no expert in using Eclipse. Can anyone explain to me what it means? The symbol: It's the arrow that confuses me. Can it be a shared resource? Thanks in advance! ...
not able to upload img .. please check at following site... http://i40.tinypic.com/ilzyqa.gif ...
I'm trying to update Eclipse 3.5.1 (on Gentoo Linux) from the Galileo Discovery Site and I get this error message: Network connection problems encountered during search. Unable to access "http://download.eclipse.org/releases/galileo". Error accessing site stream. [Server returned HTTP response code: 503 for URL: http://www.w3.org/...
As far as I remember there exists an Eclipse plugin that reveals ids of workbench parts under the mouse cursor, e.g. the id of a coolbar contribution etc. Does somebody know its name? ...
hi, how can I add an Eclipse project to my Eclipse PDT ? I've a Drupal installation on my hard-disk (a subfolder of Eclipse workspace). I've tried create new PHP project from eclipse, but it seems not to work. I've successively tried to import the Drupal project but Eclipse only recognize the SimplyModern project from drupal themes f...
There is a very useful "Clips" feature in Coda, do we have such thing in Eclipse? What it does is pretty simple, you save once a code clip which you use very often and assign it a shortcut and when you want to re-use it on editor you type the shortcut you assigned and it automatically pastes that code clip and sets caret position to the...
I have been developing in Snow Leopard (10.6). I believe I have some Java6-only API features and I'd like to find these. I moved my project to Leopard (10.5) -- since Snow Leopard does not support Java 1.5 -- but I am so far unable to make Eclipse give compile errors for a Java API call which I know to have been added in 1.6. Here is ...
I want to separate my classes into separate packages in my android project in eclipse however whenever I do this I get errors. Does anyone know how to do this without having eclipse kill my project? ...
Hi, I created an GWT project in eclipse. Now I tried to implement openId with using the openid4java library. I imported the .jar files via properties-->java build path: openid4java-0.9.5.jar lib/*.jar In addition I copied the .jar files into the war/WEB-INF/lib directory. The problem at hand comes up when I call the authenticate...
Hello, I'm abit new to programming Android App's, however I have come across a problem, I can't find a way to make global variables -unlike other coding like php or VB.NET, are global variables possible? If not can someone find a way (and if possible implement the way into the code I will provide below) to get a value from the variable '...