From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: java and M-x compile Date: Sat, 01 Oct 2005 16:46:33 +0200 Message-ID: <433EA149.7010305@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128179430 18529 80.91.229.2 (1 Oct 2005 15:10:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Oct 2005 15:10:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 01 17:10:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ELizx-0002y6-OB for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Oct 2005 17:10:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELizw-0003c5-LH for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Oct 2005 11:10:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELixP-0002O6-Ks for help-gnu-emacs@gnu.org; Sat, 01 Oct 2005 11:07:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELixK-0002Iy-1O for help-gnu-emacs@gnu.org; Sat, 01 Oct 2005 11:07:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELixF-00026f-Oz for help-gnu-emacs@gnu.org; Sat, 01 Oct 2005 11:07:13 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ELidK-0007JL-AB for help-gnu-emacs@gnu.org; Sat, 01 Oct 2005 10:46:38 -0400 Original-Received: from [192.168.123.121] (83.249.200.152) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 4332AC7800201A5F; Sat, 1 Oct 2005 16:46:34 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: isuy In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29852 Archived-At: Oh yes, thanks, I want to use JDEE of course. I just wanted to know how things were supposed to work first. isuy wrote: >Sorry, try this instead. > >http://jdee.sunsite.dk/ > > >isuy writes: > > > >>You probably want JDEE. >> >>http://www.jdee.sunsite.dk >> >> >>LENNART BORGMAN writes: >> >> >> >>>By default M-x compile RET runs "make -k". The emacs manual says that this should be good for most simple programs. It does not seem to be very good for a simple java program. >>> >>>At least not for me, using GNU Make 3.80 on W2k. Is there something I am missing? (Of course I can still compile java in Emacs, but could make -k work by default, or does it need a makefile?) >>> >>>