Re: [Asterisk-java-users] pre-packaged jars
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2005-03-18 01:59:22
|
On Mar 17, 2005, at 7:12 PM, Alex Malinovich wrote: >> > > Ok, I've managed to make my own jar and have it work. Unfortunately, it > also requires me to distribute both commons-logging and commons-lang > with the application. All together, this adds almost an entire megabyte > to the size of the distributed application. And since this is a Java > Web > Start program, that's going to end up being rather slow in the future. > > So with that said, is there any simple way to completely remove the > NEED > for logging in asterisk-java? Something other than going through the > entire source and removing every call to the logging facilities by hand > of course. > Alex, I had the same problem and it seem to be that the Jars for the logging was missing some of the classes required. Chris |