|
What does your .profile file look like? You just showed the path itself, not how you're setting it to the variable CLASSPATH. It should have a line: export -s CLASSPATH=/home/jdunn/jdom.jar:/home/jdunn/xerces.jar:/QIBM/ProdData/Java400 /ext/db2_classes.jar:. Gary > -----Original Message----- > From: java400-l-bounces@xxxxxxxxxxxx > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of jododu@xxxxxxx > Sent: Friday, October 03, 2003 1:22 PM > To: java400-l@xxxxxxxxxxxx > Subject: One more CLASSPATH question for V4R5 > > > I set up a .profile file in my home directory containing: > > /home/jdunn/jdom.jar:/home/jdunn/xerces.jar:/QIBM/ProdData/Jav > a400/ext/db2_classes.jar:. > > If I: java ShowMeClasspath2 > I get: > VERSION=1.3.0 > CLASSPATH=/home/jdunn/jdom.jar:/home/jdunn/xerces.jar:/QIBM/Pr > odData/Java400/ext/db2_classes.jar:. > BOOTCLASSPATH=/QIBM/ProdData/Java400/jdk13/lib/rt.jar:/QIBM/Pr > odData/Java400/jdk13/lib/i18n.jar:/QIBM/ProdData/Java400/jdk13/lib/ > sunrsasign.jar:/QIBM/ProdData/Java400/ext/IBMmisc.jar:/QIBM/Pr > odData/Java400/ext/jssl.jar:/QIBM/ProdData/Java400/ext/ibmjssl.jar: > /QIBM/ProdData/Java400/ > $ > > If I run the java program in a shell script (Bld2.sh) > which contains this: > java ShowMeClasspath2 > > I get: > > VERSION=1.3.0 > CLASSPATH=. > BOOTCLASSPATH=/QIBM/ProdData/Java400/jdk13/lib/rt.jar:/QIBM/Pr > odData/Java400/jdk13/lib/i18n.jar:/QIBM/ProdData/Java400/jdk13/lib/ > sunrsasign.jar:/QIBM/ProdData/Java400/ext/IBMmisc.jar:/QIBM/Pr > odData/Java400/ext/jssl.jar:/QIBM/ProdData/Java400/ext/ibmjssl.jar: > /QIBM/ProdData/Java400/ > $ > > If I set up an environment variable named CLASSPATH containing: > > /home/jdunn/jdom.jar:/home/jdunn/xerces.jar:/QIBM/ProdData/Jav > a400/ext/db2_classes.jar:. > > and: Bld2.sh > I get: > > VERSION=1.3.0 > CLASSPATH=/home/jdunn/jdom.jar:/home/jdunn/xerces.jar:/QIBM/Pr > odData/Java400/ext/db2_classes.jar:. > BOOTCLASSPATH=/QIBM/ProdData/Java400/jdk13/lib/rt.jar:/QIBM/Pr > odData/Java400/jdk13/lib/i18n.jar:/QIBM/ProdData/Java400/jdk13/lib/ > sunrsasign.jar:/QIBM/ProdData/Java400/ext/IBMmisc.jar:/QIBM/Pr > odData/Java400/ext/jssl.jar:/QIBM/ProdData/Java400/ext/ibmjssl.jar: > /QIBM/ProdData/Java400/ > > Why doesn't the .profile specified CLASSPATH "stick"? > Even though I have set up a .profile for myself, do I need to > EXPORT my desired classpath in every shell script I attempt to run? > > John > > _______________________________________________ > 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 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.