6 ms·
1 - why can't I import a directory full of jars? eg --classpath ./lib/jars/* or better yet, recursively descend --classpath ./lib/jars/** I u
by brendano 12y ago
1 - why can't I import a directory full of jars? eg
--classpath ./lib/jars/*
or better yet, recursively descend
--classpath ./lib/jars/**
I usually do this as (in zsh):
-cp "$(print -l ./lib/jars/**/*.jar | tr '\n' :)"