[Tcl Java] Re: Error localiion

2000-10-25 Thread Mo DeJong
On Wed, 25 Oct 2000, Christian Krone wrote: > Hello, > > > Frank Krahmer wrote: > > > > After calling a Jacl script I get an exception and examine this by > [...] > > > tcl.lang.TclException: syntax error in expression "([info level] == 1) && > > > ([info script] == "") \ > > > && [

[Tcl Java] Re: Error localiion

2000-10-25 Thread Mo DeJong
On Wed, 25 Oct 2000, Frank Krahmer wrote: > > After calling a Jacl script I get an exception and examine this by > catch (Exception e) > { > e.printStackTrace(); > } > > The result on stdout stream is : > > tcl.lang.TclException