hello,

i'm using JDK version "1.4.1_01" and JDEE "2.2.9beta12"

--
my question is, why jde continues to give me an error in
the function 'jde-java-version-via-java' when it trys
to parse the jdk version?

the jde code where the problem is:

  (...)
  (re-search-forward "[1-9][.][1-9]" (point-max) t)
  (setq jde-java-version-cache (match-string 0)))
  (...)

the problem is in (match-string 0) call and the error
message given by emacs is:

  "Args out of range: 0, 5"


--
another question about jde hooks:

does jde always resets 'jde-compile-finish-hook' hook
after compiling?
my experience with this code says to me yes but is this
true?



thx in advance, (happy new year!)
               rodrigo.



Reply via email to