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

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

Re: Emacs\compiling Java


From: Hadron Quark
Subject: Re: Emacs\compiling Java
Date: Wed, 02 Aug 2006 13:13:15 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Frank Murray <fjmurray1@mac.com> writes:

> Hello,
>
>    This is a newbie question, just so everyone knows.  I am trying  to
> compile a
> Java program in Emacs using a terminal window running under Mac OS X,
> v10.4.7.
>
> 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.  Is that
> soemthing I create?
> What exactly would a make -k file for a Java program under Emacs look
> like?

No. This is the default "compile command" which is sent to the
shell. Replace it with your usual command line java compilation string
such as "javac xyz" or whatever it is.

do 

"C h v compile-command"
"C h f compile"

for more info

good luck

>
> Are there or is there any documentation on this?  Any info is
> appreciated.  Thanks.
>
> fjm
>>
>>
>>
>> _______________________________________________
>> help-gnu-emacs mailing list
>> help-gnu-emacs@gnu.org
>> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
>
>

-- 


reply via email to

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