Yep - that was it.  I poked through the source and found the beanshell.  When I went to invoke it directly, I got an error about not finding java.lang.Object, and then realized that I was using the MS JDK.  I installed JDK 1.2.2, put that in front of my path, and it works now.  Thanks for your help...

Jim Babka
Trilogy Software
512-685-4024
Text paging: [EMAIL PROTECTED]
8th rule of cartoon physics: Everything falls faster than an anvil.



Jeff Rancier <[EMAIL PROTECTED]>

08/10/00 04:53 PM

       
        To:        [EMAIL PROTECTED]
        cc:        Paul Kinnucan <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
        Subject:        Re: Bug in jde-complete.el?


I think that's beanshell.

[EMAIL PROTECTED] wrote:
>
> OK, I've fixed that problem, but it still doesn't work.  Now when I
> try C-c C-v C-., I get an error, "writing to process: invalid
> argument, bsh".  I did not install bash because I have the MKS toolkit
> installed, but is there somewhere that I need to go to point this
> thing at my Korn shell?
>
> Jim Babka
> Trilogy Software
> 512-685-4024
> Text paging: [EMAIL PROTECTED]
> 8th rule of cartoon physics: Everything falls faster than an anvil.
>
>   Paul Kinnucan
>   <[EMAIL PROTECTED]>                  To:
>                                   [EMAIL PROTECTED]
>   08/10/00 07:57 AM                      cc:
>                                   [EMAIL PROTECTED]
>                                          Subject:        Re: Bug in
>                                  jde-complete.el?
>
> At 11:42 AM 8/10/00 -0500, you wrote:
> >>>>
>
> Paul,
>
> I'm having no luck getting JDE completion to work, and I think the
> problem
> is in the subject file.  When I try to byte compile it, I get the
> following
> error:
>
> Compiling file
> d:/bin/emacs-20.7/site-lisp/jde-2.2.1/lisp/jde-complete.el
> at Thu Aug 10 11:42:00 2000
>  !! Wrong type argument ((listp "Flushes all entries in the completion
> cache"))
>
> The offending lines of code are:
>
> (defun jde-complete-flush-classinfo-cache
> <<<<
>                                            ^
> Insert missing argument parentheses, i.e., should be
>
> (defun jde-complete-flush-classinfo-cache ()
>
> This is a known bug that will be fixed in the next release (due
> shortly).
>
> - Paul
>
> >>>>
>
> "Flushes all entries in the completion cache"
> (setq jde-complete-classinfo-cache nil))
>
> Any ideas as to what is going on here?
>
> Jim Babka
> Trilogy Software
> 512-685-4024
> Text paging: [EMAIL PROTECTED]
> 8th rule of cartoon physics: Everything falls faster than an anvil.


Reply via email to