I tried adding a wildcarded Class-Path
to my manifest.
`Class-Path: . ../webapps/ROOT/lib/*'
But when I was trying to refer to one of the jars in the wildcarded name. I got a ClassNotFoundException
.
I was under the impression that from JDK6 onwards, java does support wildcarded classpath. Have I done something wrong here? or Do I need to list all individually?