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

Gary writes:

> (jde-set-variables
>  '(jde-global-classpath 
> (quote(".:/cygdrive/c/Programme/Java/jre1.5.0_12/lib/ext/QTJava.zip")))
>  '(jde-global-classpath(quote(".")
>                         
> quote("/cygdrive/c/Programme/Java/jre1.5.0_12/lib/ext/QTJava.zip")))

Nope, not quite.  You want this:

  (jde-set-variables
    . . .
    '(jde-global-classpath
       (quote ("/cygdrive/?/src/learn-jdee/."
               "/cygdrive/c/Programme/Java/jre1.5.0_12/lib/ext/QTJava.zip")))
    . . .)

But that will only fix part of the problem.

The important part, which I don't understand, is that the jde-supplied
constituents in the path lack a drive prefix.  That is, for example

  /usr/share/emacs/site-lisp/jde/java/lib/bsh.jar

should be (I'm guessing about the 'c' part):

  c:\cygwin\usr\share\emacs\site-lisp\jde\java\lib\bsh.jar

  (or c:/cygwin/usr/share/emacs/site-lisp/jde/java/lib/bsh.jar, the
  slash direction doesn't actually matter)

I don't know why that's not happening, I will let you know if, when I
have the time to look again, I can figure anything else.

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)

iD8DBQFJyQOtkjnJixAXWBoRAtsZAJ44R0bpgfns2mwydOMr/OqWsuJoKwCdF3EK
MXmCerHo1QdkqlIjZUdYnb0=
=gkyu
-----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