help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eclim without jde?


From: Andrea Crotti
Subject: Re: eclim without jde?
Date: Sun, 15 Aug 2010 17:51:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

Richard Riley <rileyrg@gmail.com> 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---




reply via email to

[Prev in Thread] Current Thread [Next in Thread]