At 03:02 PM 6/1/99 +0200, you wrote: >Sorry Paul, > >yes I did. > >florian > This may be related to another problem that people have been having with jdk1.x and Emacs. There is a bug in in JDK 1.x such that reading input from an Emacs process does not return until the input buffer is full. There is no problem with JDK 1.2. It would help me, if you could verify this hypothesis by installing and trying JDK 1.2. If the beanshell works with JDK1.2, I could provide a fix for JDK 1.x (limit the buffer to one character). - Paul >> -----Original Message----- >> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, June 01, 1999 2:54 PM >> To: [EMAIL PROTECTED] >> Subject: RE: interface wizard problem >> >> >> At 08:56 AM 5/31/99 +0200, you wrote: >> >Hi Paul, >> > >> >yesterday I spend some time on my problem with the >> >bean shell. >> > >> >I start with a empty .emacs and add only following statements: >> > >> >(setq load-path (append '("~/emacs/mylisp/jde-beta-2.1.6") >> load-path)) >> >(require 'jde) >> > >> >The Classpath was set: >> >CLASSPATH=c:\java\jdk1.1.7\lib\classes.zip;c:\java\swing1.1.2 >> \swingall.jar;c >> >:\emacs\mylisp\jde-beta-2.1.6\java\lib\bsh.jar;c:\emacs\mylis >> p\jde-beta-2.1. >> >6\java\lib\jde.jar >> > >> >So if I type some commands in the bean shell buffer (like >> print(5)) nothing >> >will >> >happend. If I send a EOF to the bean shell buffer the >> command's will be >> >executed. >> > >> >> Do you end every statement with a semicolon? For example, >> >> BeanShell 0.96 beta - by Pat Niemeyer ([EMAIL PROTECTED]) >> bsh % print(2+2); >> 4 >> >> - Paul >>
