You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Tomasz Pik <pi...@ais.pl> on 2003/11/05 21:47:30 UTC

[OT] Re: [Math] common-math and bloated 3rd party libraries

Sorry for a little offtopic post.

Charles Hudak wrote:

> I think that this comment is a little shortsighted. We are still using
> weblogic 5.1 and constantly have problems with the multitude of third party
> libraries that we are using. WL 5.1 does not seem to find libraries in the
> WEB-INF/lib directory, as it should, so these have to be set using the
> classpath. Unfortunately, on Windows NT, the commandline has a size
> limitation. Every so often, after adding another library, we are unable to
> start the server due to a "the command is too long" error. This is a PITA
> and we have been working around it for several years.

Check if your library names contains dots. We've found that something
like this-is-a-library-2.1.jar won't work on some versions of WebLogic.
After renaming to this-is-a-library-2_1.jar it works.

Regards,
Tomek




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org