× 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.



I don't understand this.

We have classpath defined in RPG pre-defined compile time arrays where we cannot wildcard the .jar files. In my application I needed multiple .jar to defined in classpath, wildcard is not supported, I listed the .jars by reducing the folder names to 2 char - no other alternatives for us..
It is working so we left it as it is now. I would like to know any other easy methods... In V6R1...


-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Rune Kaus
Sent: 30 July 2010 10:30
To: java400-l@xxxxxxxxxxxx
Subject: RE: Classpath question

This is what I do:

cd /mydir

export
CLASSPATH=./classes:/QIBM/ProdData/Java400/ext/db2_classes.jar:$CL
ASSPATH

java -Djava.ext.dirs=./lib -Djava.version=1.5 my.package.runnable.MyClass
$1

The '-Djava.ext.dirs=./lib' will attach all jars in the /mydir/lib-directory.

Rune---------- Original Message ----------------------------------
From: Murali Rao <Murali.Rao@xxxxxxxxxxxxxxxxxxxxx>
Reply-To: Java Programming on and around the iSeries / AS400<java400- l@xxxxxxxxxxxx>
Date: Fri, 30 Jul 2010 10:00:24 +0100

I don't want to unpack... I prefer using the jars.

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-
bounces@xxxxxxxxxxxx] On Behalf Of Mike Cunningham
Sent: 30 July 2010 02:41
To: Java Programming on and around the iSeries / AS400
Subject: RE: Classpath question

Thanks Craig. This at least helps explain why. If I were to unpack the
jar
and put it in the ifs the '/JarFiles/' way would work. I think I prefer using the jar and making the full specification

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-
bounces@xxxxxxxxxxxx] On Behalf Of Craig Pelkie
Sent: Thursday, July 29, 2010 5:37 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Classpath question

For .class files, yes. For .jar files, no.

See:

http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/classpa
th.html

Craig Pelkie


----- Original Message -----
From: "Mike Cunningham" <mike.cunningham@xxxxxxx>
To: <java400-l@xxxxxxxxxxxx>
Sent: Thursday, July 29, 2010 1:39 PM
Subject: Classpath question


Shouldn't this
ADDENVVAR ENVVAR(CLASSPATH)
VALUE('/JarFiles/datatelDatabaseUtility.jar:/JarFiles/sqljdbc.jar:/Ja
r
Files/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?
--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email:
JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please
take a
moment to review the archives at
http://archive.midrange.com/java400-l.


--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email: JAVA400- L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at http://archive.midrange.com/java400-l.

--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email: JAVA400- L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at http://archive.midrange.com/java400-l.



Consider the environment and think before you print this email.

Registered Address: Fortis House Tollgate Eastleigh Hampshire SO53
3YA Registered Number: 354568 England
Authorised and regulated by the Financial Services Authority

This e-mail together with any attachments are intended for the
addressee
only and may be private and confidential. If you are not the intended recipient, or the person responsible for delivering it to the intended recipient, you must not open any attachments, or copy, disclose, distribute, retain or use this e-mail, including any attachments, in any way whatsoever; please return it to us immediately using the reply facility on e- mail.

Consider the environment and think before you print this email.

--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/java400-l.


--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.