Try resetting your jde-compiler customization variable. It is expecting the path component of that variable to be a string, but not finding it.
Cheers, Len. On Fri, May 7, 2010 at 5:56 PM, Friedericksen Hope <[email protected]> wrote: > Hello Len, > > thank you for your response. I have installed version 2.4.0.1 on my PC. > > Greetings, > Friedericksen > > On 05/07/2010 07:48 AM, Len Trigg wrote: >> What version of jdee are you using? >> >> Cheers, >> Len. >> >> >> On Thu, May 6, 2010 at 3:05 AM, Friedericksen Hope >> <[email protected]> wrote: >>> Hello List, >>> >>> I am new to jdee and I have a problem setting the compiler stuff. I googled >>> around but was not successful in finding a solution. >>> >>> In my .emacs I have the following entry: >>> >>>> (setq jde-jdk-registry '(("1.6" . "/usr/lib64/jvm/java-6-openjdk"))) >>> >>> When I try to compile a *.java file with C-c C-v C-c I get the following >>> error: >>> >>>> Debugger entered--Lisp error: (wrong-type-argument stringp \,) >>>> substitute-in-file-name(\,) >>>> jde-compile-get-javac() >>>> jde-compile-get-the-compiler() >>>> jde-compile() >>>> call-interactively(jde-compile nil nil) >>>> recursive-edit() >>>> byte-code("Æ �...@Ç=! >>> >>> What is wrong with my specification? >>> >>> Thank you in advance! >>> >>> Best, >>> Friedericksen >>> >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> jdee-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/jdee-users >>> >> >> ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------------ > > _______________________________________________ > jdee-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jdee-users > ------------------------------------------------------------------------------ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
