^^^^^^^^^
> i got a new buffer named *Select Class* and it says...
>
> ===== *Select Class* =========================
> Several documentation files match your class.
> Select the one you want to view.
> Then click the OK button.
>
>
> [Ok]
> ==========================================
>
> nothing happens if i click the [Ok] button.
>
> i think it doesn't matter with jde-global-classpath
> because class Thread is from JDK which is surely on my classpath.
> below is part of Help-Send bug report.
> any clues will be appreciated.
> hwan
>
I noticed when messing around with jde-help-docsets and the lisp code related
to it that this can happen if it doesn't find any JavaDoc html file for the
class in question -- which might be simply because you have a path name wrong
in your docsets. I didn't look closely enough to find why it sometimes
returns a "cannot find" message but other times does the "OK" with no choices
that you mention. You can try hacking at the functions in
"<jde-dir>/lisp/jde-help.el" I guess...
-Adrian