|
From: Leif M. <le...@ta...> - 2004-09-30 10:21:40
|
Victor, >This worked for me. I also got it working the way it was >before. I noticed one of my classes still refered to a >debug utility which uses swing, I removed that and it >worked! Maybe the awt event handler clashed with that for >the wrapper. > > Strange, I am not sure why the Swing code would have made any difference. If Swing is initialized then it starts up a non-daemon thread to handle events. It may be that without that thread, your main method was completing and the JVM was exiting before the Wrapper had a chance to time out? At any rate, you will want to correct your properties. >Thanks for the help, it's certainly apperciated. > > You are welcome. Cheers, Leif |