Subscribe to RSS Feed
Twitter
HIRE ME! home  archives  about  blogroll

Class-Path wildcards in Mustang.

16 Feb 2006

Mark reveals a nice Mustang-feature, class-path wildcards

Instead of doing:

java -classpath a.jar;b.jar;c.jar;d.jar com.xyzzy.app.Main

you can now do:

java -classpath 'lib/*' com.xyzzy.app.Main

/me happy ;)

blog comments powered by Disqus