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

Unable to remove the www from url on https using .htaccess -