From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Java Date: Mon, 06 Mar 2006 01:32:32 +0100 Organization: disorganized Message-ID: <87bqwkpg4f.fsf@robotron.kosmorama> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141605659 12728 80.91.229.2 (6 Mar 2006 00:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 00:40:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 06 01:40:56 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FG3lz-0005Fh-CR for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Mar 2006 01:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FG3m7-0006nJ-G7 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Mar 2006 19:40:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FG3ky-0002Sh-DA for help-gnu-emacs@gnu.org; Sun, 05 Mar 2006 19:39:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FG3ku-0002HB-SN for help-gnu-emacs@gnu.org; Sun, 05 Mar 2006 19:39:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FG3ku-0002Eg-8P for help-gnu-emacs@gnu.org; Sun, 05 Mar 2006 19:39:20 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FG3n2-0006ok-9J for help-gnu-emacs@gnu.org; Sun, 05 Mar 2006 19:41:32 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FG3jn-0004NG-1r for help-gnu-emacs@gnu.org; Mon, 06 Mar 2006 01:38:11 +0100 Original-Received: from e178042154.adsl.alicedsl.de ([85.178.42.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 01:38:11 +0100 Original-Received: from david.hansen by e178042154.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 01:38:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178042154.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:kE7z+vvSJdgM4vFZNBtqPmSH9e8= 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:33551 Archived-At: On Sat, 4 Mar 2006 14:32:35 -0500 (EST) Ernest G. Ngaruiya wrote: > Help!!! > I am so frustrated. I have been trying to run Java within > emacs but I can't. How can I run a simple hello world > program in an interactive interpreter window in java? No clue what an "interactive interpreter window in java" is but maybe JDEE is what you are looking for. It claims to include a "Java source interpreter (Pat Neimeyer's BeanShell)". Otherwise you can use the same program you run in a xterm in shell-mode (M-x shell RET) as long as it doesn't need more than a dumb terminal. David