Hi!

I have just installed the latest version of JDE ant I
have the following problem:

I have NO PROBLEM to compile .java files, but I'm not
able to start the jdb debugger or to execute any
.class file .

Please help !
Thanks
Joel


here, a part of my .emacs file:
==================================

;; Setup Emacs to run bash as its primary shell.
(setq shell-file-name "bash")
(setq shell-command-switch "-c")
(setq explicit-shell-file-name shell-file-name)
(setenv "SHELL" shell-file-name)
(setq explicit-sh-args '("-login" "-i"))
(if (boundp 'w32-quote-process-args)
  (setq w32-quote-process-args ?\")) ;; Include only
for MS Windows.

;;-------------------------

(custom-set-variables
'(jde-compiler "d:/jdk1.3/bin/javac")
'(jde-compile-options "-deprecation")
'(jde-db-set-debugger "d:/jdk1.3/bin/jdb")
;;'(jde-db-debugger "d:/jdk1.3/bin/jdb")
'(jde-db-set-args "-g")
;;'(jde-db-set-app-args "")
'(jde-db-set-source-paths ".")
;;'(jde-web-browser
"/opt/Tools/netscape4.61/netscape")
;;'(jde-doc-dir "/opt/java/jdk1.1.8/docs/")
)




___________________________________________________________
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com

Reply via email to