help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs\compiling Java


From: Kevin Rodgers
Subject: Re: Emacs\compiling Java
Date: Wed, 02 Aug 2006 11:54:12 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Eli Zaretskii wrote:
From: Frank Murray <fjmurray1@mac.com>
Date: Tue, 1 Aug 2006 20:21:02 -0400

What I cannot understand (basically) is that when I enter the compile command, <Meta-x compile>, it prints out a line that reads "compile command make -k..."

I assume its looking for some sort of "make -k" file.

No, it is asking for the command to compile your Java code.  "make -k"
is the default command, it assumes that you are compiling through the
Make utility, and that you wrote a Makefile that Make reads to know
how to compile.

Or that you didn't need to write a Makefile because make's default
rules know how to build the target e.g. Foo.class (which you must
specify on the command line, if there's no Makefile).

--
Kevin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]