This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 'read' not echoing characters


Apologies. Per's suggested mod actually works OK on my Java 1.2 under NT,
and 'read' now echoes characters. I was still having problems rebuilding
under Windows, and must have been picking up some old classes.

Jocelyn Paine
http://www.ifs.org.uk/~popx/
+44 (0)7768 534 091 


On Mon, 17 Sep 2001, Jocelyn Paine wrote:

> I've done this. When I start up Kawa with the -w flag, I get a
> java.io.IoException: Error when evaluating prompt:
> java.lang.RuntimeException: failed to find class kawa.lib.ports while
> autoloading default-prompter: at gnu.mapping.TtyInPort.lineStart. Kawa
> starts its new window, and then a cascade of the above messages hits it.
> 
> The same happens if I run kawa.repl without the -w flag, except that the
> messages go to the DOS window.
> 
> I'm using Java 1.2 - Sun's, I think - under NT. Full name output by
> -version is 
>   java version "1.2"
>   Classic VM (build JDK-1.2-V, native threads)
> 
> Jocelyn Paine
> http://www.ifs.org.uk/~popx/
> +44 (0)7768 534 091 
> 
> 
> On Sun, 16 Sep 2001, Per Bothner wrote:
> 
> > Could you try replacing the 'new SysInPort' in gnu/mapping/InPort.java
> > by 'new TtyInPort'?  Things seem to work ok under Linux with JDK 1.3.1,
> > even when using (csheme-window) and JEmacs.
> > 
> > If people on odd-ball platforms and/or using old JVMs could try the same
> > experiment I would appreciate it.  Does anything break?  Can you create a
> > window (e.g. using '(scheme-window)') without freezing up the console?
> > 
> > 
> > 
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]