top | item 7922506

(no title)

brendano | 11 years 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' :)"

discuss

order

No comments yet.