Note that there are some explanatory texts on larger screens.

plurals
  1. POmake file missing, Eclipse
    primarykey
    data
    text
    <p>First I should say that I've looked around for a solution to this problem and found many related answers but nothing that's quite solved things for me.</p> <p>My problem is that whenever I try to build a solution in Eclipse (Juno), I get a the following error message:</p> <p>02:32:36 <strong>** Incremental Build of configuration Default for project Project 1 **</strong></p> <p>make all </p> <p>Cannot run program "make": Launching failed</p> <p>Error: Program "make" not found in PATH PATH=[C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\ImageMagick-6.8.6-Q16;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\MinGW\bin]</p> <p>02:32:36 Build Finished (took 133ms)</p> <p>If you look at the final entry in the make path, you can see that its C:\MinGW\bin. I've looked in bin, and the make file <em>is</em> there. I've run it using cmd to make sure its working, and it is.</p> <p>One solution I tried is renaming the make program (by default its called mingw32-make.exe) to make.exe. That seem like a step in the right direction, as it change the error to the following:</p> <p>02:26:23 <strong>** Build of configuration Default for project Project 1 **</strong></p> <p>make all </p> <p>make: <em>*</em> No rule to make target 'all'. Stop.</p> <p>02:26:24 Build Finished (took 82ms)</p> <p>I looked around to try and find how to change the build settings, and found solutions for C/C++ that allow me to avoid 'all', but they don't help as I'm trying to compile a Java program.</p> <p>The program I'm trying to build is below.</p> <pre><code>public class Hello { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub double hi = 5+2.4; System.out.println(hi); } } </code></pre> <p>The most baffling part of all this is that I've been happily using Eclipse for months before this error just pop up out of the blue today. I'm really at my wits end, if you guys could help me out I would really appreciate it!</p> <p>Thanks alot</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload