From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: kermit Newsgroups: gmane.emacs.help Subject: Re: Help with Java Programming in Emacs Date: Tue, 12 Sep 2017 08:23:53 +0800 Message-ID: References: <877ex72ejm.fsf@vicarie> <87lglmtr4p.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1505186786 19528 195.159.176.226 (12 Sep 2017 03:26:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2017 03:26:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 12 05:26:19 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1drbps-00041D-VW for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Sep 2017 05:26:05 +0200 Original-Received: from localhost ([::1]:33381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drbq0-0004tD-9r for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Sep 2017 23:26:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drbpL-0004re-8q for help-gnu-emacs@gnu.org; Mon, 11 Sep 2017 23:25:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drbpH-0005gx-UH for help-gnu-emacs@gnu.org; Mon, 11 Sep 2017 23:25:31 -0400 Original-Received: from [195.159.176.226] (port=35182 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drbpH-0005gS-NJ for help-gnu-emacs@gnu.org; Mon, 11 Sep 2017 23:25:27 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1drbou-0001Ec-Q2 for help-gnu-emacs@gnu.org; Tue, 12 Sep 2017 05:25:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:9faYF5OrlMG/poD2GTI18p+uDXI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114246 Archived-At: Kendall Shaw writes: > On 09/10/2017 10:12 AM, Jay Kamat wrote: > >> Hi, >> >>> Can someone share an article or any other resource for making Emacs a >>> productive environment for Java (mainly for writing Flink jobs)? >> I tried many options in the past, and I find meghanada mode the easiest >> to use and the most effective. >> >> https://github.com/mopemope/meghanada-emacs >> >> Before I tried that, I was just using stock java-mode in emacs. > > That looks very interesting. > > I'll just add that for a while I was using emacs-eclim which uses eclipse as the > java tool and emacs as the editor. I don't know that state of it now. > > I use either Intellij or Eclipse as debugger, and some times for code > completion. Mainly with gradle as the build tool. > > So, I edit in emacs and switch back and forth. I will have to check out the > gradle support in Meghanada-emacs. > > Kendall > > "Meghanada" is great,but it seems that it has some extra requirements, such as "tested only linux (maybe macOS OK). windows not support." and "require Java 8". I have tried emacs-eclim, it is too slow to write code. So I still simply use java-mode. Anyway, I just write some toy project with Java, so it doesn't matter so much. --