From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: eclim without jde? Date: Sun, 15 Aug 2010 17:51:10 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281887522 28766 80.91.229.12 (15 Aug 2010 15:52:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2010 15:52:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 15 17:52:01 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OkfV8-0004n2-8o for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Aug 2010 17:51:58 +0200 Original-Received: from localhost ([127.0.0.1]:39426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkfV7-0001DZ-NG for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Aug 2010 11:51:57 -0400 Original-Received: from [140.186.70.92] (port=58422 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkfUe-0001D1-8H for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 11:51:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkfUY-0004Dc-7x for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 11:51:28 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42191) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkfUX-0004DM-RF for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 11:51:22 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OkfUU-0004Rh-Ts for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:51:18 +0200 Original-Received: from p4fdbf54c.dip.t-dialin.net ([79.219.245.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 17:51:18 +0200 Original-Received: from andrea.crotti.0 by p4fdbf54c.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 17:51:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 76 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p4fdbf54c.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:0wEoesWjl5ntPMSoc8niYi3YcTc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:74653 Archived-At: Richard Riley writes: > > You have it working? I ask because eclim completion candidates are > generated in auto-complete-config which imports decompile/jde and as I > said jde is not compatible with emacs 23.2 onwards which ship with their > own cedet. I can load eclim without problems, I added this to my conf --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path (make-conf-path "emacs-eclim/")) ;; only add the vendor path when you want to use the libraries provided with emacs-eclim (add-to-list 'load-path (make-conf-path "emacs-eclim/vendor")) ;; use it a hook instead with the java mode ;; TODO: maybe worth using on other modes also (add-hook 'java-mode-hook '(lambda () (require 'eclim) (setq eclim-auto-save t) (eclim-mode 1))) --8<---------------cut here---------------end--------------->8--- but I'm not sure it really works since for some reasons the eclimd stops automatically, I get this below But probably is just a problem of eclipse/eclim configuration --8<---------------cut here---------------start------------->8--- mbpro:~ andrea$ .eclipse/org.eclipse.platform_3.5.0_1473617060/eclimd "/Applications/eclipse/eclipse" -debug -nosplash -clean -refresh -application org.eclim.application_headless Start VM: -Xms40m -Xmx512m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m -Djava.class.path=/Applications/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -os macosx -ws cocoa -arch x86_64 -launcher /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse -name Eclipse --launcher.library /Applications/eclipse/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.0.v20100503/eclipse_1307.so -startup /Applications/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -debug -clean -refresh -application org.eclim.application_headless -vm /System/Library/Frameworks/JavaVM.framework -vmargs -Xms40m -Xmx512m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m -Djava.class.path=/Applications/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar Install location: file:/Applications/eclipse/ Configuration file: file:/Applications/eclipse/configuration/config.ini loaded Configuration location: file:/Applications/eclipse/configuration/ Framework located: file:/Applications/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar Framework classpath: file:/Applications/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar Debug options: file:/Applications/eclipse/Eclipse.app/Contents/MacOS/.options not found Time to load bundles: 235 Starting application: 11586 --8<---------------cut here---------------end--------------->8---