small problem with completion [message #222144] |
Wed, 18 July 2007 09:12  |
Eclipse User |
|
|
|
Originally posted by: charles.prevot.ago.fr
Hello,
whenever I hit ctrl+space to display the code completion box, every
proposition is displayed twice. For example, if my class Foo has only
one method called bar(), the completion list will display:
bar() Foo-Foo
bar() Foo-Foo
Not a very important bug but quite annoying... Does someone has any idea
where it could come from ?
|
|
|
|
|
|
|
|
Re: small problem with completion [message #222866 is a reply to message #222286] |
Thu, 19 July 2007 20:58  |
Eclipse User |
|
|
|
Originally posted by: eclipse5.rizzoweb.com
Charles Prevot wrote:
> Charles Prevot a écrit :
>> Eric Rizzo a écrit :
>>> Charles Prevot wrote:
>>>> Hello,
>>>> whenever I hit ctrl+space to display the code completion box, every
>>>> proposition is displayed twice. For example, if my class Foo has
>>>> only one method called bar(), the completion list will display:
>>>> bar() Foo-Foo
>>>> bar() Foo-Foo
>>>>
>>>> Not a very important bug but quite annoying... Does someone has any
>>>> idea where it could come from ?
>>>
>>> Whatever project or JAR that contains those classes in on the build
>>> path twice. Check the Java Build Path of the project you're working
>>> in and eliminate any duplications.
>>>
>>> Hope this helps,
>>> Eric
>>
>> thanks for the tip but my problem was the CLASSPATH environment
>> variable that was defined in Windows. I removed it and now everything
>> works fine.
>
> In fact it worked only at the startup of eclipse. the problem comes from
> mylin (see other msg in thread).
FYI, Eclipse does not use the system CLASSPATH variable at all, so that
was never part of your problem.
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.16171 seconds