Filter variables by value in eclipse debug perspective
Hy, Is there a way to filter the contents in the Variables view based on the value of variables. Maybe a plugin or something? Thanks. ...
Hy, Is there a way to filter the contents in the Variables view based on the value of variables. Maybe a plugin or something? Thanks. ...
Hi, I'm using the process definition language jPDL from the JBoss Workflow engine : jBPM. I want to integrate a very simple process definition graph : Basically, I have a main process definition (simple/processdefinition.xml) including : a Start node, a Process State node, an End node. Here is the definition of the graph : <p...
As you know, If package has a compile error then the package display an error sign. Error sign means Red circle with 'X'. My package has some other type file. (It is not a Java file.) If user modify the file then My plugin will inspect the file. And should display error sign on the package if the file has wrong information. How can I d...
i get this exception frequently when running my app on tomcat using eclipse: java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) at java.security.SecureClass...
When step-debugging in eclipse, is it possible to instruct the debugger to traverse only steps within my project's sources? I am debugging a rails application and much of the calls are moving through rails' infrastructure (such as activerecord) which I am not interested in following. I would prefer the step-debugger to skip these files,...
Hello, What is the best tool for java's "clone()" method generation in Eclipse Galileo available from repositories? What is the reason, that prevents Eclipse developers from including this tool in standart release? Thanks for your attention! ...
I added a classpath variable (via eclipse's build path) that points to a cache of jars. While this folder is represented in eclipse's folder view, the contained jars are not recognized for some reason. For example, when I import a class that is present in a jar in the cache (and thus the added classpath variable), eclipse indicates tha...
I want to create a jface wizard and collect credentials as I go along - password and username on page 1 and then on page 2 I want to display a list I get from an oracle database. I am using eclipse, and have all the controls in the places I want. On page 2 I put the oracle connection details and sql statement in the createControl method...
Hello All, I wanted to check with you guys if anyone knows an Eclipse plugin that can integrate SharePoint onto it. I did a lot of research and couldn't find any. Thanks a lot in advance! Regards. ...
I'm working on a GWT project in Eclipse with Mercurial for revision control. Which files should I store under version control? Or, perhaps more succinctly, which files should I not store since they are either part of GWT or are artifacts of the build process? I'm using Eclipse Helios and GWT 2.0.4. This question would apply to any vers...
How can I attach Java source to an Android project? I'm able to browse java source for a Java project, but not for an Android project. I modified project properties and add Java source in "Libraries" section, still not working Any suggestions ? ...
Item 2 of the Joel Test is "Can you make a build in one step", but what is the best (or commonly accepted) way to achieve this? What are the pros and cons of using the IDE's command-line interface to do a headless build, as opposed to maintaining a build script that is completely independent of the IDE (e.g. using Ant or Maven in the cas...
Hi all, I got my colleague's web page together with and the css files and many images. I need to apply part of it to my jsp page. I have to admit that I didn't have any experience in handling css. Currently I am using GIMP2 to edit those 1-pixel-width background images. It's really the pain in the neck. I have to guess the proper image s...
Hello, I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue. The problem is how to define the related target platform to compile the plugins against. I have a build.bat with the following call (all in one line!): java -jar D:\target\eclipse\plugins\org.eclipse.equinox....
Hi all, I wanted to share here a useful script of mine. I am developing some java CLI software under Eclipse. For time to time, I find it useful to run it from the command line with custom arguments (with Cygwin in my case), instead of creating a new "Run configuration" in eclipse. My eclipse project depends on some other "core" projec...
Hi, I'm migrating an old eclipse 3.0 plugin to eclipse 3.4 and the popup menu contributed to the CVS revisions history is not showing at all. I have another popup menu contributed to another perspective (CVS repository exploring) and that's working without problems (ICVSResource). The one not working is org.eclipse.team.internal.ccvs.c...
Hi, I am trying to maintain/develop a J2ME application on Eclipse that uses the Nokia N97 S60 SDk, edition 5. When I try to build the project (after importing it into the workspace), I get the following error: The method getRGB(int[], int, int, int, int, int, int) is undefined for the type Image. Resource: SVGImplementation.java The...
Hello everyone on stackoverflow, I've tried to test out the new and latest version of eclipse, Helio. After the installation, i install a nightly build of SpringSource toolsuite by following their instruction. after the update, every works fine. but when i load my existing project from SVN, on the "Project Explorer" view, all file and...
My Eclipse with GAE broken and works strangely. So I deleted Eclipse from Application folder, but there are garbages left. I re-downloaded fresh new eclipse, but it runs with old settings, and broken GAE structure remained. How can I DELETE completely Eclipse from my Mac? (without any kind of settings/plugins/logs etcs.) ...
I'm using Eclipse for programming. In one method of my project i used the String "§". I use a svn repository. If i edit the file with Ubuntu OS the § symbol isnt displayed correctly in the eclipse editor and also in my programm, if I edited it before on Windows. The same is vice versa. Any hints how to solve this problem? I don't want t...