From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.help Subject: Re: java develeopment Date: Sun, 31 Mar 2013 15:09:31 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011614367feaae04d93d3e3c X-Trace: ger.gmane.org 1364756988 13571 80.91.229.3 (31 Mar 2013 19:09:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2013 19:09:48 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 31 21:10:16 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMNdv-0002GZ-Tg for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Mar 2013 21:10:16 +0200 Original-Received: from localhost ([::1]:59141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMNdX-0004hV-Cf for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Mar 2013 15:09:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMNdK-0004hK-J0 for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:09:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMNdE-0007Py-Tl for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:09:38 -0400 Original-Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:62442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMNdE-0007Oc-Ok for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:09:32 -0400 Original-Received: by mail-ob0-f182.google.com with SMTP id ef5so1444903obb.13 for ; Sun, 31 Mar 2013 12:09:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=jYoOq2GxZgDrdIAuAr6dxYhbM/UP6M3E2RTMt5rOLsg=; b=NJPrIdjO3jOh17L8g22Cu5MnvpQ4d6GrWQZnqGgzN8kzBaXDrONnyr0v0QWjReXVeT C6sdDdZ1RQkX502PHSZD3Xh3J2bQaZ8SDB1jdqqAV2xQTOdIZJMnezYo3zzxsvjkXutr XRIZ+9SGgrc5b0U3Szc0z8r99g4nWbc5hgLPgIn1+5Xw8d6ToI6d52f0RW5JBT8esASO yX+fEtyKtk8EGZnLXXspM4oTzmT1AWG+Tvci44/hynYrP3zlIlJ0801nU15pc9ZV/wmp 7JRP68SNFpF41LaBwCEwCm5dBKGt5Ml0NJ/YUqoCkjlk43hKbIVU9XKQ56l8SFHhF5vT S5BQ== X-Received: by 10.60.59.74 with SMTP id x10mr3105313oeq.48.1364756971643; Sun, 31 Mar 2013 12:09:31 -0700 (PDT) Original-Received: by 10.76.88.168 with HTTP; Sun, 31 Mar 2013 12:09:31 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89848 Archived-At: --089e011614367feaae04d93d3e3c Content-Type: text/plain; charset=ISO-8859-1 > It looks like if one had to live without JDEE, there are ways to patch > together enough functionality to approximate a java dev env. I've gotten JDEE to work with Emacs 24.3 and CEDET 1.1. jde-import-all and jde-open-class-at-point for example work. Just follow the advice at http://www.emacswiki.org/emacs/JavaDevelopmentEnvironment#toc7 . One downside is if you use other languages and Java, you'll probably want your init file to do a funny little dance to load either CEDET 1.1 or newer CEDET. I find newer CEDET is better for eg C++. --089e011614367feaae04d93d3e3c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > It looks like if one had to live without JDEE, there are ways to patch=
> together enough functionality to approximate a java dev env.
I've gotten JDEE to work with Emacs 24.3 and CEDET 1.1.=A0 jde-import= -all and jde-open-class-at-point for example work.=A0 Just follow the advic= e at http://www.emacswiki.org/emacs/JavaDevelopmentEnvironment#toc7 .= =A0 One downside is if you use other languages and Java, you'll probabl= y want your init file to do a funny little dance to load either CEDET 1.1 o= r newer CEDET.=A0 I find newer CEDET is better for eg C++.

--089e011614367feaae04d93d3e3c--