At 09:14 AM 6/24/99 -0400, Brad Giaccio wrote:
>On Thu, Jun 24, 1999 at 08:45:08AM -0400, Paul Kinnucan wrote:
>> >
>> >BeanShell 0.96 beta - by Pat Niemeyer ([EMAIL PROTECTED]) 
>> >(list "java.lang.System") 
>> >bsh %
>> >
>> 
>> Interactions between internal JDE code and the BeanShell do not appear
>> in the bsh window. 
>> 
>
>Then I guess I see the ouput because jde has already given up by the
>time bsh starts.
>
>> 1)  .emacs file
>attached
>
>> 
>> 2)  Version of the JDK you are using.
>> 
>jdk 1.1.6 and/or 1.1.8

As another user pointed out, the beta version of jde-help-class does not
work with JDK 1.1.x javadoc because the command assumes the JDK 1.2 javadoc
structure (e.g., the doc directory mirrors the package directory) and JDK
1.1.x doc uses instead a flat file structure with the package qualifier
prepended to the class name, e.g., java.awt.String.html. I plan to fix this
problem shortly so that the help command will work with both types of
javadoc organization. My plan is to change the doc directories variable to
look something like this in the customization buffer:

jde-help-javadoc-dirs
  Doc path: d:/jdk/docs
  Javadoc version: [  ] JDK 1.1
                          [X] JDK 1.2
  Doc path: d:/myproj/docs
  Javadoc version: [X] JDK 1.1
                          [  ]  JDK 1.2
etc.

In other works, for each doc directory, you can specify the version of the
javadoc tool that generated it. The jde-help-class command will then do the
right thing based on the type of javadoc it expects to find in the directory.

- Paul

- Paul
               

- Paul

Reply via email to