Top "Project" questions

In software development, a project is a collection of files and resources used in the development of an application or service.

Error: Selection does not contain a main type

I am trying to run some java files in a new project. So I make the project, put the files …

java eclipse project startup startup-error
Android Studio: Default project directory

Whenever I create a new project in Android Studio it wants to put it in a generic default folder at …

android path project android-studio
How to create a project from existing source in Eclipse and then find it?

I have created several .java files. All of them are located in one directory. I used a text editor to …

java eclipse project
Why "no projects found to import"?

I am trying to "import existing project into workspace". As the "root directory" I select the directory where all my .…

java eclipse import project
Eclipse projects not showing up after placing project files in workspace/projects

I've searched for 2 days and can't find anything. I find things that are close, but not what I need. I …

eclipse project explorer projects invisible
MSBuild doesn't copy references (DLL files) if using project dependencies in solution

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) - for my problem only these two are …

visual-studio msbuild reference dependencies project
The project was not built since its build path is incomplete

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors: The project …

android eclipse project libraries target
VS2010 How to include files in project, to copy them to build output directory automatically during build or publish

Task is to form Visual Studio 2010 project so, that during any build or publish some foo.exe utility should be …

visual-studio msbuild project
Referenced Project gets "lost" at Compile Time

I have a C# solution with two projects: a service (the main project) and a logger. The service uses classes …

c# reference project
How to open an existing project in Eclipse?

I have just created several project using Eclipse. Now restart Eclipse and want to see one of the projects. How …

eclipse project