Martin,

Martin Gainty wrote:
> Yaar-
> try 
> 
> init()
> {
>  try 
> {
> //code here
> }
> catch(Exception excp)
> {
> System.exec("/PATH/TO/JAKARTA/bin/shutdown.sh");
> }
> }

OMG I'm going to vomit. At least you could have used System.exit().

Please, everyone, never do anything like this.

-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to