Tagged Questions
8
votes
2answers
838 views
What causes a new Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default (Preferences->Java->Installed JREs). When I changed the Maven project to use the 1.6 JRE it ...
3
votes
3answers
979 views
I have build errors with m2eclipse but not with maven2 on the command line - is my m2eclipse misconfigured?
I installed m2eclipse to build a java project in Eclipse.
I imported the project as follows:
Import->
Maven->
Existing Maven Projects->
Import Maven Projects->
- Select root directory
- ...
1
vote
0answers
844 views
Eclipse CDT “Path must include project and resource name”
I've been banging my head against a brick wall with this, so any help will be much appreciated :)
I have created two projects with the following structure.
There is one source folder under ...
0
votes
2answers
4k views
Re-installation failed due to different application signatures
I started getting errors in my Eclipse Workspace for several but not all of my projects. I noticed is was the oldest projects. I found help for the error, and built my own debug.keystore and changed ...
0
votes
7answers
687 views
Strange Eclipse C++ #define behaviour (resolved)
(A case of over relying on an IDE)
I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment.
...