For anyone who does want to use wildcards, the relevant part of the link is
Class path entries can contain the basename wildcard character *, which is considered equivalent to specifying a list of all the files in the directory with the extension .jar or .JAR.
i.e. it is slightly different to a normal wildcard. * actually means all the
JAR files in a directory, not all the files in a directory.