Hello,

a hint from another user solved the problem. One has to set

(setq jde-jdk (quote ("1.6.0_1")))

first.

Best,
Friedericksen

On 05/08/2010 07:28 PM, Friedericksen Hope wrote:
> Hello Len,
>
> which variable exactly do you mean?
>
> When I set jde-jdk-registry as following, it gives me the described error.
>
>> (setq jde-jdk-registry '(("1.6" . "/usr/lib64/jvm/java-6-openjdk")))
>
> When I do not set jde-jdk-registry to anything, I get the following error 
> instead:
>
>> Debugger entered--Lisp error: (error "Cannot find JDK's tools jar file (or 
>> equivalent).Type M-x describe-function [RET] jde-get-jdk-dir for more info.")
>>    signal(error ("Cannot find JDK's tools jar file (or equivalent).Type M-x 
>> describe-function [RET] jde-get-jdk-dir for more info."))
>>    error("Cannot find JDK's tools jar file (or equivalent).Type M-x 
>> describe-function [RET] jde-get-jdk-dir for more info.")
>>    jde-get-tools-jar()
>
>
>
> On 05/07/2010 08:07 AM, Len Trigg wrote:
>> 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


------------------------------------------------------------------------------

_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to