>>>>> "Denis" == Denis Minier <[EMAIL PROTECTED]> writes:
Denis> I use NTEmacs 20.3.1 and JDE 2.1.5, All run perfectely except
Denis> Intrepreter and Override method. The javaw (JDK 1.1.7A)
Denis> start, I see the prompt : BeanShell 0.96 beta - by Pat
Denis> Niemeyer ([EMAIL PROTECTED]) bsh % But I don't see the response.
Denis> Any help would be appreciated. Thanks
When you use override-method you wont see anything in the
bsh buffer. The interpreter mode shouldnt go any further than it
does. Try typing System.out.println( "Hello" ); into the buffer and
seeing if it responds.
Phil