About 50 results
Open links in new tab
  1. What's in an Eclipse .classpath/.project file? - Stack Overflow

    Eclipse is a runtime environment for plugins. Virtually everything you see in Eclipse is the result of plugins installed on Eclipse, rather than Eclipse itself. The .project file is maintained by the core …

  2. Finding the Eclipse Project file location - Stack Overflow

    Jan 7, 2014 · I have an android project running in Eclipse IDE. Lets say it is 'ABC Project'. Some of my collieges have made number of copies of this project, so the project files can be seen in desktop, …

  3. How do you open an Android Studio project in Eclipse?

    May 25, 2013 · The new Android Studio allows for better Android development with better tools. I see a bunch of questions on how to transfer an eclipse project to android studio but what about the other …

  4. How to open an existing project in Eclipse? - Stack Overflow

    Jan 9, 2013 · If you are trying to import non maven project into eclipse follow the below steps, it worked for me. first clone project into your machine and follow the below steps to import in eclipse. Project …

  5. Is there a way to find/replace across an entire project in Eclipse?

    Aug 6, 2010 · I'm trying to do a find and replace over many files within an Eclipse project, but I can't seem to find a way to do it. Googling showed me that there are plug-ins that can accomplish this, but …

  6. Eclipse Workspaces: What for and why? - Stack Overflow

    Nov 25, 2012 · Similarly, I'm hoping an Eclipse Workspace can hold my related makefile Projects (Eclipse), with a master Project whose dependencies compile the various unique-makefile Projects …

  7. Cannot make Project Lombok work on Eclipse - Stack Overflow

    57 After adding lombok and restarting eclipse or spring tools my project still failed to recognize getters and setters. Red markers everywhere! The solution: right-click your project, go to Maven and select …

  8. Importing a GitHub project into Eclipse - Stack Overflow

    Jul 20, 2011 · I've imported a GitHub project but how do I setup the project in my Eclipse project workspace? Do I need to set the GitHub working directory(c:\\users) to my Eclipse working …

  9. Eclipse: Project 'PROJECT_NAME' has no explicit encoding set

    Jun 20, 2022 · 54 I downgraded from Windows 11 to Windows 10 today and had to reinstall the Eclipse-IDE. After successfully importing my workspaces and fixing the projects, a warning appeared for …

  10. Work on a remote project with Eclipse via SSH - Stack Overflow

    I have the following boxes: a) A Windows box with Eclipse CDT, b) A Linux box, accessible for me only via SSH. Both the compiler and the hardware required to build and run my project is only on mac...