|
From: <ek...@ba...> - 2003-05-12 16:03:29
|
<< There is a bug when starting babeldoc.bat on Win2k. I got input line too long error. >> This is most likely a problem with any Windows Platform. It happens to me all the time using NT for starting Weblogic. The problem is that the combination of a huge string of JARs in a classpath combined with all the "-D" system variables exceeds Window's command length. One approach that worked for me (until Jython decided it didn't like it) was to use -Dbabeldoc.scandir=<JAR directory>. My other solution (which Jython also didn't like) was creating an EAR including all JARs in it. My last solution (which is embarrassing) is that I JARred up all the Apache Common's JARs into one big JAR ... I know ... not elegant. ________________________________________________________________________ The information in this e-mail, and any attachment therein, is confidential and for use by the addressee only. If you are not the intended recipient, please return the e-mail to the sender and delete it from your computer. Although The Bank of New York attempts to sweep e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. |