While debugging my project in Eclipse, it will (repeatably, at the same point in the code) pause execution as if it's reached a breakpoint. No exceptions are thrown, the project has no breakpoints, and if I hit resume, it carries on without a problem.
What could be causing this behaviour?
...
Hi,
env: eclipse Helios, glassfish 3.1, windows XP
I have en EAR project wich contains an EJB module end 2 projects referenced in the workspace. The first publish (after an add/remove project on the server) on glassfish works fine.
If I modify one code line or propertie file on any referenced project, WTP deletes the directories of al...
I'm working on some imaging applications from a book my professor gave me. The book's from 2001 and Eclipse is telling me on some of the lines things like "Access Restriction: the type JPEGImageEncoder is not accessible due to restriction on a required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar".
I know I can suppress these war...
Hi,
I have a Windows 7 64-bit PC and I am trying to install a free C++ IDE, so I chose to install Eclipse Helios with CDT.
For g++, make and gdb I installed msys and mingw according to this tutorial:
http://wiki.wxwidgets.org/HowTo:_Install_MSYS_and_MinGW_for_use_with_Eclipse_CDT
The versions are:
make: GNU make 3.81
g++: 4.5.0
gdb: ...
Does anyone know how to set the date format for the Team - History view in Eclipse? We are using the Subversive SVN plug-in but it doesn't seem to be specific to that plug-in. A Similar Stack Overflow Question was asked before but the answer was not really desirable.
The History view currently displays the date of a version as: 8/9/1...
I usually have multiple copies of a project, for example: a copy of the trunk and another of the last release branch. To cleanly separate my project files from Eclipse, they are checked out from Subversion in a directory outside the Eclipse workspace.
I want to make the project easily importable to Eclipse and followed instructions fro...
I want to be able to double-click on an .xsd and have Eclipse open it in a text editor, but if I add a ".xsd" file association it shows up with the XML Editor as the first editor in the list and it says "(locked by 'XML (Illformed)' content type) (locked by 'XSD' content type)" etc., and under the Content Types panel the section for XML ...
I have a problem I can't seem to get around. I've created a project in Eclipse (I recreated it from another project that I thought was corrupted). There are no visible errors in any of the files, including the .xml files. However, the project root [project name] itself has an error (red 'x') and so I can't run it.
On a side note, in th...
I'm looking for a good tutorial on Python unit testing in Eclipse, particularly using PyDev.
I am working on a fairly large project using Eclipse. I've built several test suites that are working nicely, but I'm intrigued by the large number of additional unit testing features in PyDev. I've tried to work with them some, but it's gon...
I'm an android newbie having a lot of troubles with the android emulator. I have inconsistent luck in starting up the emulator, and no luck if I start it from within eclipse instead of from the commandline (it waits forever and never boots -- not even after 24 hours).
However, since I figured out how to get it to (sometimes!) start fro...
When I search for classes I can only find by fully qualified class name. How does eclipse find classes when I do Ctrl-Shift-O? This is for a eclipse plugin.
...
There is a null error, and i've been trying to solve it for 2 days.
Booking.java
package one.two;
import android.app.Activity;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.SimpleCursorAdapter;
import android.widget.Spinner;
import android.w...
I want to test fairly simple wsdls (with basic ws-security support) from inside eclipse- the main aim is to invoke webservices and capture the output for use in other supporting tooling. Performance/load testing is not a use case. I want to know how the Eclipse WTP webservice explorer compares with soapui. Questions: will the wtp tool se...
Hi,
Eclipse is telling me:
a cycle was detected in the build path of -project name-
, although the structure of the project (created by others in the team) does not have cycles.
The same project is deployed on other machines (the same!) and it doesn't give the error.
I need to work from my machine so I need to solve this.
It is giv...
I am creating a Scala Project in Eclipse. It is just a simple Swing application. I tried to load an icon for my Frame window.
iconImage = java.awt.Toolkit.getDefaultToolkit.getImage(resourceFromClassloader("icon.png"))
I know there are src and bin folders in the project folder I created. I managed to load the icon.png if I put it in t...
I'm using Eclipse-CDT to develop and compile projects for Linux. As host both Linux or Windows may be used.
The project is created as Makefile project with a special build command, so I changed the build-command from make to our special one and the "Build" and "Clean" commandline approbriately. The build command uses a gcc from a direct...
Warning : Your installing software that contains unsigned content. The authenticity and validity of this software can't be established.Do you want to continue with the installation..
I tried the by downloading ADT plug in as zip file even i am getting same error.
How can i solve this issue..
I installed eclipse 3.5.2 j2ee version
...
I have installed PDT for Eclipse and WAMP server. I want to know how do i start writing code in PHP now? What should I do so that WAMP gets all my PHP files? Thanks!
...
I know, the question has already been asked but the answer doesn't meet my requirements.
So is there is any way to import a Visual Studio project with all its parameters in Eclipse CDT ?
If yes, how could I do that ?
If you want to know more details about my situation, there it is :
I am joining a rather big collaborative C++ project,...
Hi
I'm using Maven in Eclipse with the m2Eclipse plugin.
I'm very confused about how this is supposed to build within eclipse.
The on-the-fly compiling works as normal (i.e. as if without maven) so if you have an error it will be highlighted.
But when I want to run a junit for example, any changes to the code are only picked up after...