specifying mulitple jars on classpath
529432Jan 5 2007 — edited Jan 6 2007What is the most convenient way to specify multiple jar files on the classpath? If I have a lib directory with many jar files, it seems like I should be able to specify that directory on the classpath and all jars will be used. But, as I understand the documentaiton of the javac tool, you must specifiy jars specifically. So, this becomes tiresome when a lot of jars are involved. Does anyone have recommendations on how to specify a bunch of jars at once?