Can Java glob several JAR files in a CLASSPATH directory with an asterisk (*)? -


i'd reference several jars @ once in classpath. can use asterisk this?

yes.

java -cp "lib/*" mainclass 

note quotes mandatory, see this question additional details.


Comments

Popular posts from this blog

php - Cakephp Not validating data in Form -

ios - Error When using Multiple Carousel -