From: D-Man <ds...@ri...> - 2001-02-12 22:37:11
|
On Mon, Feb 12, 2001 at 11:31:31AM -0800, Sarwar Raza wrote: | Hello... | I'm hoping someone has run into this. | We have a bunch of third party jars that are required | for our application to function. We set our effective | classpath to a directory, and put all our jars in that You need to include the jar file itself, not just the directory they are in in the CLASSPATH. (This is a jvm requirement, not jython specific). HTH, -D |