6 ==> Don't forget about the java source code convention
7 ==> (smth like http://stackoverflow.com/questions/3004835/
8 ==> why-do-java-source-files-go-into-a-directory-structure)
9 ==> or the debugger will not be able to find the sources.
11 ==> To start using this package, add the lines below to your .emacs:
13 (add-to-list 'load-path "/usr/share/emacs/site-lisp/jdibug/")
15 ;; Uncomment the lines below if you are using JDEE:
17 ;; (require 'jde) ; should be before (require 'jdibug)
19 ;; (set-variable 'jde-run-option-debug
20 ;; (quote ("Server" "Socket" "javadebug" nil "6001" t)))
26 (add-to-list 'load-path "/usr/share/emacs/site-lisp/jdibug/")
28 (autoload 'jdibug-connect "jdibug" nil t)
29 (autoload 'jdibug-run "jdibug" nil t)
35 install-info --name=jdibug /usr/share/info/jdibug.info --info-dir=/usr/share/info/
40 install-info --remove /usr/share/info/jdibug.info --info-dir=/usr/share/info/