Thank you very much. I solved the problem with your last advice.
Keith -----Original Message----- From: Petter M�hl�n [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 6:21 PM To: Keith Gunderson Subject: RE: faulty setup causing broken compile commands for newbie Hmm.. Well, it was mainly a shot in the dark from me. But looking at your setup, there are these definitions: jde-run-java-vm "d:\\jdk1.3.1\\bin\\java" jde-compiler "d:\\jdk1.3.1\\bin\\javac" '(jde-compile-option-classpath (quote ("d:\\jdk1.3.1\\jre\\lib\\rt.jar"))) You might try changing the backslashes to forward slashes there. That's another shot in the dark that might work. The reason I am pretty sure it's the backslashes is because of the error message, where the backslashes have simply been removed, which is what bash does if you use a backslashes to 'escape' a character that isn't a valid escape sequence. Best of luck! Petter > -----Original Message----- > From: Keith Gunderson [mailto:[EMAIL PROTECTED]] > Sent: den 13 januari 2002 21:47 > To: 'Petter M�hl�n' > Subject: RE: faulty setup causing broken compile commands for newbie > > > Thanks for the reply. I couldn't get the JDEE compile command to > work even > after reading that information. > > I tried adding the following to my .emacs file: > (setq directory-sep-char ?/) > > I also tried the cygpath external instead of the internal one... the > following was added to my .emacs file: > '(jde-cygwin-path-converter (quote (jde-cygwin-path-converter-internal))) > > Can you provide any other tips? I don't understand what's going on when I > read the following (last)line in my compilation buffer. > /usr/bin/bash: d:jdk1.3.1binjavac: command not found > > Thanks again, > Keith > > -----Original Message----- > From: Petter M�hl�n [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 13, 2002 1:12 PM > To: Keith Gunderson; [EMAIL PROTECTED] > Subject: RE: faulty setup causing broken compile commands for newbie > > > I have seen that Paul has mentioned that the fact that Xemacs uses \ as > directory path separator char is a problem. Take a look at > http://www.mail-archive.com/[email protected]/msg01464.html and try > setting the > directory-sep-char to forward slash and see if it helps. > > / Petter > > > -----Original Message----- > > From: Keith Gunderson [mailto:[EMAIL PROTECTED]] > > Sent: den 13 januari 2002 19:13 > > To: [EMAIL PROTECTED] > > Subject: faulty setup causing broken compile commands for newbie > > > all conf. info. removed due to reposting > > > > =====end inserted .emacs file > > >
