-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gary writes:

> (Just quickly looking at that, it isn't something to do with the mixed
> cygwin and Windows paths, is it? I wouldn't expect Java to understand
> /home/gary/... for example. Have I forgotten to configure something?)

Actually, Java understands those just fine.  Here's my setup, which
works for me (in xemacs, but shouldn't be very different for emacs):

[in prj.el]

(jde-set-variables
 '(jde-jdk-registry (quote (("1.4.2" . "/c/Program Files/j2sdk1.4.2")
                            ("1.5.0" . "/c/Program Files/j2sdk1.5.0"))))
 '(jde-build-function (quote (jde-ant-build)))
 '(jde-global-classpath (quote
("/home/ht/MT/source/debug:/home/ht/MT/source/3rdparty/jh.jar:/home/ht/MT/source/3rdparty/jsearch.jar")))
 '(jde-jdk (quote ("1.5.0"))))

The result is (*JDEE bsh*):
/c/Program Files/j2sdk1.5.0/bin/java -classpath 
d:/.xemacs/site-lisp/jdee/jde/java/lib/bsh.jar;d:/.xemacs/site-lisp/jdee/jde/java/bsh-commands;d:/.xemacs/site-lisp/jdee/jde/java/lib/checkstyle-all.jar;d:/.xemacs/site-lisp/jdee/jde/java/lib/jakarta-regexp.jar;d:/.xemacs/site-lisp/jdee/jde/java/lib/jde.jar;c:/Program
 
Files/j2sdk1.5.0/lib/tools.jar;d:/.xemacs/site-lisp/jdee/jde/plugins/usages/classes;d:/.xemacs/site-lisp/jdee/jde/plugins/usages/lib/usages.jar;d:/MT/source/debug;d:/MT/source/3rdparty/jh.jar;d:/MT/source/3rdparty/jsearch.jar
 bsh.Interpreter

and that works

Hope this helps,

ht
- -- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
                         Half-time member of W3C Team
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 651-1426, e-mail: [email protected]
                       URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFJu9T4kjnJixAXWBoRAl5xAJ9JiBql4bLfqJB+O/rMETSz85RZEQCfQyrk
G8+LUhwGaB9bx732S398HeA=
=e5g0
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to