Nope, each jar file has to be listed, as far as I understand it.
If you really need the dynamic loading of various .jar files in a given directory, you can try using the [url=http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLClassLoader.html]URLClassloader[/url] class to load each file individually from a directory listing.