From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Carlos Konstanski Newsgroups: gmane.emacs.help Subject: Re: Emacs as Java ICE Date: Wed, 27 Nov 2019 08:55:05 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="19558"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Evolution 3.30.5 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 27 16:58:00 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iZzhY-0004sK-DT for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Nov 2019 16:58:00 +0100 Original-Received: from localhost ([::1]:39870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZzhW-0007o7-VL for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Nov 2019 10:57:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54439) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZzer-0004uf-Vq for help-gnu-emacs@gnu.org; Wed, 27 Nov 2019 10:55:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZzeq-0004qt-L9 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2019 10:55:13 -0500 Original-Received: from [24.119.69.30] (port=5410 helo=mail.ckons.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZzeq-0004q2-EO for help-gnu-emacs@gnu.org; Wed, 27 Nov 2019 10:55:12 -0500 Original-Received: from localhost (unknown [24.119.69.30]) by mail.ckons.org (Postfix) with ESMTP id 4AAF71A2EB0D for ; Wed, 27 Nov 2019 08:55:09 -0700 (MST) Original-Received: from mail.ckons.org ([24.119.69.30]) by localhost (mail.ckons.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id t_tedKIglatq for ; Wed, 27 Nov 2019 08:55:09 -0700 (MST) Original-Received: from [192.168.251.129] (135.sub-69-78-235.myvzw.com [69.78.235.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.ckons.org (Postfix) with ESMTPSA id 80C761A2EB0B for ; Wed, 27 Nov 2019 08:55:08 -0700 (MST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.ckons.org 80C761A2EB0B In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 24.119.69.30 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:121906 Archived-At: JDEE suffered a period of stagnation a few years ago, but it's back now and it works just fine. It may even support maven now, though I haven't tried it. I work on a project that uses gradle, so I just wrote an ant wrapper. Am Mittwoch, den 27.11.2019, 16:28 +0300 schrieb Filipp Gunbin: > I use minimal setup of standard java-mode (for indentation, imenu > support, etc) and javaimp package (available in GNU ELPA, see > list-packages) which provides completion when adding imports (taking > dependency info from Maven or Gradle). > > For more complete support I'd look at lsp or eglot, though I don't > use > them myself and thus cannot tell the details. > > JDEE I think is rather outdated and probably won't work :-( > > Filipp >