CLASSPATH with multiple JARs in one folder

To setup a classpath including multiple jar in a folder use

java -Djava.ext.dirs=lib/

Where lib the the folder where all the jars are.