This package has a class - HowToUseGeocell.java - with test cases defined.
I have imported this entire project into a larger Java web project (Spring 3) in Eclipse controlled by a Maven task (gae:run).
But I don't know how to run these test cases from inside the larger project.
Could someone point me in the right direction please? Tha...
I have a project which I can build and deploy correctly using Ant
I want to build a war file to deploy the project.
I can get everything working except I cannot get the properties file to appear in the classes directory.
My properties file is located here:
${resources_dir}/${app}/Report.properties
This is the war section of my buil...
I'm working on an Android program for my senior capstone project, and having trouble getting the correct environment configured. I'm using a 64-bit windows machine with Eclipse 3.5 and JDK 1.6u21. From what I've been able to gather, Eclipse 3.5 doesn't play well with update 21 on 64 bit architectures, and it's recommended to use JDK 1....
Hi everyone,
I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error:
An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError
Here's some other info:
It's the most recent build of Eclipse
Helios
I have installed subclipse
I use mylyn a bit
My ...
Im starting to develop for android and i would like to test my aplication in my Dell Streak, its running 1.6 and my OS is Windows 7.
According to this link http://developer.android.com/guide/developing/eclipse-adt.html all that i need to do to deploy on my device is:
Declare your application as
debuggable in your manifest: i ready
ha...
So I have spent the past 11 hours now trying to get even the simplest Scala/Lift app to run on Tomcat through Eclipse. Apparently no one is trying to do this or it is the easiest thing in the world so no one has documented how they did it. Creating the code using a maven archetype and running it with mvn tomcat:run is no problem. Making ...
Apparently, eclipse 3.6 doesn't work well with the android sdk, but I'd like to use eclim which requires this version of eclipse. Does anyone have any recent experience developing for android with eclipse 3.6? Recommendations for someone who wants to use vim for android development? I'd appreciate any help.
...
In Eclipse 3.5, I have highlighting and outlines for Makefile. What I don't see is an option to actually run a target. So can I run make from Eclipse? Of course, I could just add it to External Tools, but this wouldn't let me choose a target without using a modal dialog, which kind of defeats the purpose.
If it matters, it is an Erlang ...
Hello,
How did you organize your debug perspective in eclipse/netbeans? What views are more important for debugging and what views are less important for you; why? (screenshots are appreciated).
PS:Is it possible to put PHP perspective to the right monitor and Debug perspective to the left monitor?
Thank you.
...
I want to share with you how to develop for Nokia S40 with Java.
I'm collecting all that's needed to develop for Nokia with j2me.
Java Development Kit (6) - required to develop Java applications
Eclipse Java (Helios) - need this to code, compile, debug and others
Nokia s40 SDK (v.6) (login required) - used to emulate Nokia platform
Mo...
When trying to read a csv file in StatET/Eclipse (OS X 10.6, Eclipse 3.6) using the following command:
read.csv(file.choose(),header=T)
I get the response:
Error in file.choose() : file choice cancelled
The command works as expected in 'R' itself and reading a named csv file works in StatET. What am I doing wrong?
Thanks in adva...
Hi,
set up my machine at work (WXP 32bit) and MercurialEclipse in Eclipse Helios from market place worked without problems.
At home I did the same procedure but on W7Pro 64bit. MercurialEclipse itself got installed, but it errored out upon Workspace restart that the hg command was not found; and it's true, there was none installed.
Co...
I'm working on some javascript files in a Maven project web application in RAD 7.5.
My files use libraries, and refer to each other. I'm having trouble working out how to set RAD up so that I get error-checking and code completion. Right now, all my scripts show errors wherever I use an external library.
I've set up my folders and scri...
Hi,
I am facing a strange problem while adding custom eclipse marker. The scenario is that while adding marker, when a resource(To which I need to add marker) is open then Marker icon is visible. But if the resource is not open then marker is added but icon is not visible.
Here is a snippet of code I am using
<extension
id="H...
Seriously, its like DLL hell all over again. I can only find ghostly references to it - but its not on my system. Where do I go to download this?
...
In Eclipse Jigloo plugin you can right click on JTable and choose "surrond with JScrollPane".
But in windowbuilder pro plugin I can't find a way to make JTable with JScrollPane
...
I am using m2eclipse and I want to right click and run tests from inside eclipse while the test resources get filtered from Maven. How can I do this? From eclipse when I right click on a test I do not get any m2eclipse options
Julia.
Similar to:
http://stackoverflow.com/questions/2855706/debugging-maven-junit-tests-with-filtered-resou...
I'm remotely debugging a Java application in Eclipse. (Bunch of Alfresco projects with attached sources in ZIP-files.)
Breakpoints do work, but:
1) Whenever I set a breakpoint in *.class file Eclipse opens *.java file when the breakpoint is reached.
2) When I set the breakpoint from within the *.java file a new breakpoint is created (...
I have a annoying problem with @Override annotations in Eclipse. Often when i import working projects on a new PC, Eclipse marks some of the @Override annotations as wrong. If i remove the annotations everything is fine and Eclipse also indicates that the methods are overriding the parents methods but adding the Override annotation cause...
I create Android applications for my job. Eclipse is open all day and I am frequently editing XML files for layouts, etc.
I find that creating/editing these XML files pushes up the memory use of Eclipse. Eclipse never seems to release any of the memory and eventually Eclipse tells me that there has been some sort of workbench out of me...