Subj : Re: LiveConnect javascript supports java.io.File but not FileReader? To : Simon Taylor From : Brendan Eich Date : Sun Jul 20 2003 08:19 pm Simon Taylor wrote: > (My attempt to access java.io.FileReader causes the following error > in the javascript console: Error: jsdIExecutionHook is not defined) That is spurious: it has to do with the JS debugger, Venkman. You should retry the test after disabling the debugger completely. See http://www.mozilla.org/projects/venkman/ and please do file a bug at http://bugzilla.mozilla.org/. Cc'ing rginda for his advice on how to disable the debugger. > Since this worked for me in Netscape 4.x I am trying to understand > what this means for the code that I want to port. > > Am I doing something wrong, or is it that the FileReader class is not > yet supported? All classes that can be loaded should be supported. There is no per-class list or glue code to regenerate. There may well be a LiveConnect bug hiding here. /be > > I would be grateful for any feedback. > > - Simon Taylor > > ------- > > A simple js privileges test > >

A simple js - java io test 2

> > > > .