SEBASTIEN VAUCLAIR writes:
 > Hello,
 > 
 > I suggest the following fix in file jde.el, defun jde-java-version():
 > 
 >                       (nth 1 jde-java-environment-variables)))))
 > sould be:
 >                       (nth 0 jde-java-environment-variables)))))
 > 
 > because nth counts from 0.
 > 
 > Because of this bug, you can no longer compile with variables jde-jdk 
 > and jde-jdk-registry left to nil (default).
 > 
 
Thanks. I have fixed this in the source.

- Paul

Reply via email to