×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Tried the /* option. Must be java 6 as it did not work.
Has anyone heard when java 6 might be available for i?
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Pete Helgren
Sent: Thursday, July 29, 2010 4:50 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Classpath question
Actually, I don't know if this is a Java 6 feature but I did find this:
http://download-llnw.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html
Which says (in part):
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. For example, the class path
entry foo/* specifies all JAR files in the directory named foo. A
classpath entry consisting simply of * expands to a list of all the jar
files in the current directory.
HTH,
Pete
On 7/29/2010 2:39 PM, Mike Cunningham wrote:
Shouldn't this
ADDENVVAR ENVVAR(CLASSPATH) VALUE('/JarFiles/datatelDatabaseUtility.jar:/JarFiles/sqljdbc.jar:/JarFiles/jt400.jar') REPLACE(*YES)
And this
ADDENVVAR ENVVAR(CLASSPATH) VALUE('/JarFiles/') REPLACE(*YES)
Work exactly the same?
Shouldn't the second way provide a path to all jar files in the /JarFiles directory in the IFS?
As an Amazon Associate we earn from qualifying purchases.