Questions tagged [eclipse-project-file]

17 questions
1155
votes
53 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 simulator, but I can't find any way of doing that. This dialog…
delete
  • 16,050
  • 14
  • 38
  • 63
8
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
  • 14,831
  • 14
  • 55
  • 71
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
  • 49,824
  • 60
  • 195
  • 327
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,215
  • 3
  • 14
  • 20
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
  • 51,779
  • 39
  • 174
  • 288
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
  • 795
  • 3
  • 10
  • 24
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
  • 86,754
  • 39
  • 223
  • 453
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
  • 632
  • 2
  • 7
  • 19
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,…
0
votes
1 answer

What is an Eclipse Project

What is is EclipseProject http://www.eclipse.org/eclipse/
Uma Shankar Subramani
  • 1,637
  • 2
  • 11
  • 12
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
0
votes
0 answers

Start existing Java-program in VS Code

I want to start an existing Java-program. I use Ubuntu 18.04, VS Code and installed openjdk-11-jdk. I installed the java extension pack as adviced on this site : https://code.visualstudio.com/docs/languages/java. I created a new project and…
0
votes
0 answers

list of all files in project-eclipse

I am devloping a plug-in for eclipse that present metrics of Xtext-project. I should present at in two levels : Xtext file and the all project. in order to get details about the file I am using the following code in order to extract the Xtext file…
Matan
  • 89
  • 2
  • 13
1
2