I recently installed PDT Helios and now when using the debugger, it will break everytime a new class is referenced in the stack for all of Zend Framework classes. As far as I can tell, it is only done with ZF classes, and not my application's own classes.
If I have no breakpoints set, it will run continuously until completion but when I...
Hi All,
Can anyone suggest me a good eclipse plug-in for Hibernate. The plug in should take care of generation of POJO classes, hbm mapping files. Also provide a nice interface to execute HQL queries. Any help would be highly appreciated.
Regards,
Nitin Ware
...
Every time I check out my project from svn in eclipse and then enable maven dependency management I get some derived folders which happen to be some of the source folders. This kind of folder prevents me from making any modification on the files inside the folders. The derived folders seem to be those that have individual pom.xml file in...
Hi friends,
Please send me sample code for Validation for Percentage Edit field in blackberry.
Like it will accept 1 to 100 and also 00.00 format
thanq
...
Can I programmatically use an Eclipse plugin in my java code (so that it is independent from eclipse)?
...
There's an open source program called CIMCheck (http://wiki.cimtool.org/CIMCheck.html) that is supposed to be a command line utility which is run with command
java -jar cimcheck.jar [option...] argument1 argument2
When I downloaded the source code, there was no .jar files at all, only a couple of .scala files and others.
So I hav...
Difference between Introduce Parameter and Change Method signature in Eclipse?
...
I'm new to java/eclipse(coming from .NET), so I'm still unfamiliar how eclipse builds/runs my projects. After examining the .project and .classpath files i'm guessing that they have all the info needed for the eclipse to build the project.
I like the kind of control nAnt gives for .NET projects, so I decided to switch Eclipse's Javabuil...
Should every team member create his or her own workspace and import project stored under source control? Or is there a way to put workspace under source control too?
How to avoid using absolute paths in workspace configuration?
Are there other bottlenecks in this task?
...
I'm using Eclipse for developing PHP applications. I want to run PHP in lint mode to check the syntax of my PHP files for any errors. How can I do this within Eclipse? Thanks for any tipp!
...
I'm stepping into an open source project, currently built using Maven2. I imported the project into Eclipse and this bit of code is giving me problems:
public static enum HierarchyType implements Function<MonetarySummary, SumOfMoney>, Predicate<Txaction> {
EARNINGS {
@Override
public SumOfMoney apply(MonetarySummary ...
You can use system properties in log4j configuration files using a ${variablename} syntax.
Can you include Eclipse variables (like the project name) and Maven variables (like the artifact ID) in there too, and have them substituted during the respective build?
...
When I select a folder in the Eclipse Project Explorer, the 'explosion' often will cause a file to 'moved' out of its current folder - sometimes even to another project - causing errors in the re-compilation (thankfully).
Does anyone have a solution to this 'tenderness'? (If relevant, I am using Ganymeade under Eclipse 3.4.2 with the An...
I'm trying to create a standard osgi bundle under Eclipse Helios.
To do so, I've configured my Target Platform like this : Window -> Preferences -> Plug-in Development -> Target Platform -> Add. After I choose Template and Base RCP (Binary Only)
I changed the name and clicked Finish.
When I launch the platform using the Overview of my...
I want to learn Guice. I use eclipse.
What to download? What to install? What to do in eclipse to use guice?
Thanks.
...
I'm not sure I'm using the right terms. Long ago I tinkered with Eclipse and recall there were "environment variables" that could be specified in project settings and compiler directive fields in the GUI itself to customize builds. I believe the syntax was similar to ant properties, like ${env.HOME} for inserting the user's home direct...
Hello all,
I'm working in a group where there are developers that use linux, windows and mac.
Often happens that in SVN repository text files have different text file line delimiters (CR / CRLF / LF).
Someone know if I could avoid to compare line delimiters during eclipse svn synchronize?
...
I'm building a dynamic web application in Eclipse using Struts2 and OC4J 10.1.3.3.0. I'm using JDK and JRE 5 everywhere, and OC4J runs perfect when started from commandline.
The problem comes when I try to deploy the proyect from Eclipse, it throws this error when trying to render the JSP:
2010-07-16 11:21:20.962 NOTIFICATION
J2E...
I followed the online directions for building HelloAndroid and HelloAndroidTest in Eclipse. The test runs, the logcat shows the correct results going to stdout, but the JUnit testrunner window in Eclipse is silent - nothing.
I am running the test on a Nexus One with Android 2.2 installed via OTA. I've been unable to find any mention of ...
Hi there
I selected API minimum level 1.5 for my android app and I'm just about to integrate gestures in to it which came in 1.6. Is there a way in Eclipse to change the minimum level from 1.5 to 1.6 halfway through building an app?
Many thanks
...