Questions tagged [eclipse-project-file]

19 questions
1223
votes
54 answers

How do I "select Android SDK" in Android Studio?

After a successful import of an Eclipse-Android-Project into "Android Studio 1.4", I get the error "Please select Android SDK" when I click on the button to run the application in the simulator, I can't find any way of doing that. This dialog opens…
delete
  • 18,144
  • 15
  • 48
  • 79
9
votes
1 answer

Use environment variable in PyDev Eclipse project file

I am using Eclipse 3.6.1 with PyDev 1.6.4 for developing a Google App Engine site. In my projects .pydevproject I want to set the path to the Google App Engine SDK based off an environment variable since I develop on my desktop and laptop (where…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
5
votes
3 answers

java eclipse build path options question

I have a question on Eclipse (I am using Helios). When a project depends on various libraries, we add them to the classpath via the Build Path Dialog. In the same dialog though, there is a tab for Projects (Required Projects on the build path). It…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
4
votes
1 answer

why xml files in eclipse project's source directory is not copied to target/classes directory?

this issue is not the same as MyBatis 3.0.5 and mappers loading problem and How to suppress Maven "Unable to find resource" messages? i have xml files in org.org.wpse.db.config.db.config package, but why i cannot find these xml files in…
thinke365
  • 1,305
  • 3
  • 14
  • 22
3
votes
2 answers

Eclipse project - add linked resources programmatically

An example of .project contains node_lib 2 E:/Nodejs/node-v0.10.22/node-v0.10.22/lib How to add linked resources…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
3
votes
0 answers

Create Eclipse project from standalone Java application

Is there a way to create a new Eclipse Java project from a standalone Java application, i.e. create a directory with the files .project, .classpath, src and bin folder? All solutions I found so far seem to target Eclipse plugins. I'd like to…
3
votes
1 answer

Adding comments to a project in Eclipse

There is a "comment" tag foreseen in Eclipse .project files but, despite (several years using Eclipse,) heavy googling and searches in the Eclipse Help, I haven't been able to find a way to specify, display and/or edit this field (besides directly…
koalabi
  • 109
  • 1
  • 8
2
votes
3 answers

Project doesn't appear in Eclipse Project Explorer, and I can't import it

I had a project that disappeared from the Project Explorer in Eclipse. I tried Import > General > Existing Project into Workspace and got an error saying No projects are found to import. Then I tried creating a new project and got an error saying…
user2824889
  • 1,085
  • 5
  • 16
  • 28
2
votes
0 answers

How can I replicate the resource filters of another workspace project?

I have this neat set of resource filters in one of my Eclipse workspace projects, and I want to use them in another project. I tried copying the relevant XML snippets from one .project file to another - but that just makes the project fail to open…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
1 answer

Auto import new Java classes added to project path on startup in Eclipse

For simplicists: You can only read the bold part. I'm using Dropbox (for those of you who don't know what Dropbox is: it is a service that creates a universal folder that is stored online but can be accessed on any computer and changes are reflected…
Emir
  • 762
  • 2
  • 8
  • 22
1
vote
1 answer

Eclipse project files vanish when unmounting a dynamic view

I (unfortunately) have to use ClearCase for some code of mine. Now, I'm using a dynamic view, mounted at /path/to/source. The problem I'm facing is how setup and maintain an Eclipse project, so that I can work on the code using Eclipse CDT. You see,…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
0
votes
1 answer

What is an Eclipse Project

What is is EclipseProject http://www.eclipse.org/eclipse/
Uma Shankar Subramani
  • 1,925
  • 2
  • 12
  • 12
0
votes
0 answers

Use System Environment variables in .project file

I have a demo C project where I have a linked resource file relative to a variable defined in the variableList section , FIRMWARE_DIR_FROM_ENV The value of FIRMWARE_DIR_FROM_ENV I want to be updated dynamically from the environment. I have tried to…
vasilenicusor
  • 2,023
  • 1
  • 21
  • 37
0
votes
1 answer

Some projects cannot be imported because their project description file is corrupted

Was trying to import my SAP Hybris projects into Eclipse Workspace via Import->General->Existing Projects Into Workspace. But as soon as I give the path of my custom folder to import my Eclipse gives the error Some projects cannot be imported…
0
votes
0 answers

How to set shortcut key for closing the project in eclipse?

Windows>preference>general>keys>close project. After going through the above path I have set 'binding' field as 'Alt+C'. But what should I select in 'when' field ? It looks like this
1
2