Re: additionally...

2001-06-18 Thread Dimitris Vyzovitis
On Mon, 18 Jun 2001, IIS - Paul Morie locked 02/06/01 wrote: > Additionally, here is the output when I try to run the example code: > > $> java -native -Djava.library.path=. HelloWorld > Hello, World. I'm going to call an exception now > inside try block > in

Re: additionally...

2001-06-18 Thread Juergen Kreileder
On Mon, 18 Jun 2001, [EMAIL PROTECTED] wrote: > Additionally, here is the output when I try to run the example code: > > $> java -native -Djava.library.path=. HelloWorld > Hello, World. I'm going to call an exception now > inside try block > inside throw_it() >

additionally...

2001-06-18 Thread IIS - Paul Morie locked 02/06/01
Additionally, here is the output when I try to run the example code: $> java -native -Djava.library.path=. HelloWorld Hello, World. I'm going to call an exception now inside try block inside throw_it() Running constructor Abo