Package: jde
Version: 2.3.5-1
Tags: patch
I met the same problem. The following somewhat simplistic patch should fix the
problem.
The upstream should be notified to make it customizable, though.
--- jde-2.3.5.orig/lisp/jde.el
+++ jde-2.3.5/lisp/jde.el
@@ -2429,8 +2437,8 @@
(oset this checkstyle-jar (expand-file-name "lib/checkstyle-all.jar"
jde-java-directory))
(oset this regexp-jar (expand-file-name "lib/jakarta-regexp.jar"
jde-java-directory))
(oset this jde-classes-dir (expand-file-name "classes"
jde-java-directory))
- (oset this jde-jar (expand-file-name "lib/jde.jar" jde-java-directory))
- (oset this jar (expand-file-name "lib/bsh.jar" jde-java-directory))
+ (oset this jde-jar "/usr/share/java/jde.jar")
+ (oset this jar "/usr/share/java/bsh.jar")
(oset-default 'jde-bsh the-bsh this)))
(defmethod bsh-create-buffer ((this jde-bsh))
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]