Hi Andrew,
 
I have been working with Java since Java 1.1. So it seams wildcard work since 
JDK 6. However *.jar does not work, you need to use dir1/* to get what you 
wanted with dir1/*.jar.
In addition it will not search in subdirectories, so you have to specify every 
subdirectory.
I have not tried what is decribed in the document you have referenced.
 
Denis.
 
 
-----Original Message-----
From: Andrew Rowley <and...@blackhillsoftware.com>
To: IBM-MAIN <IBM-MAIN@LISTSERV.UA.EDU>
Sent: Wed, Apr 26, 2017 2:34 pm
Subject: Re: JZOS Java CLASSPATH

On 26/04/2017 09:19 PM, Denis wrote:
> Hi Andrew,
>   
> your understanding is not correct.
> Wildcards do not and have never worked with CLASSPATH.
I was reading:
https://docs.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html
"Understanding class path wildcards"

I thought it was working on another platfom, I will have to go back and 
check.

Maybe the IBM JVM is different to the Oracle one? I tried to find IBM 
documentation, but it is not so explicit.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to