Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 85484 invoked from network); 9 Dec 2003 12:17:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Dec 2003 12:17:44 -0000 Received: (qmail 12808 invoked by uid 500); 9 Dec 2003 12:17:34 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 12779 invoked by uid 500); 9 Dec 2003 12:17:34 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 12761 invoked from network); 9 Dec 2003 12:17:34 -0000 Received: from unknown (HELO central.purematrix.com) (66.180.124.162) by daedalus.apache.org with SMTP; 9 Dec 2003 12:17:34 -0000 Received: from purematrix.com (slip-12-65-162-45.mis.prserv.net [12.65.162.45]) by central.purematrix.com (Postfix) with SMTP id 341233E5A; Tue, 9 Dec 2003 05:17:32 -0700 (MST) Sender: jax@purematrix.com Message-ID: <3FD5BDD9.94C5C4F9@purematrix.com> Date: Tue, 09 Dec 2003 05:19:37 -0700 From: "Jack J. Woehr" X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Ant Users List Subject: Re: Problem on OS/400 References: <1069775664.4136.21.camel@ssdev30> <3FC5B749.F0CE3876@purematrix.com> <1069951440.4136.27.camel@ssdev30> <3FC728C4.D035AFE4@purematrix.com> <1070271732.22193.6.camel@ssdev30> <3FCB58DB.133F55B4@purematrix.com> <1070877520.4355.10.camel@ssdev30> <3FD4B2EF.B84CBD6F@purematrix.com> <1070966055.5525.22.camel@ssdev30> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Chris Wood wrote: > To clarify, I did an 'export CLASSPATH=:' with the relevant > paths to jar files in the jdk set, from the command prompt in qsh. You should examine the build shell scripts themselves and modify any classpath statements if necessary. > Are you an OS/400 man? I suffer somewhat from not having much OS/400 > experience... More of an eclectic. Been playing with them on and off since 1997. Contributed to the JTOpen project. > And the icing on the cake: > > /qibm/proddata/java400/jdk13/bin/java -version > java version "1.1.8" > > /qibm/proddata/java400/jdk12/bin/java -version > java version "1.1.8" > Ah yes. You see, Java installed in the object file system. The Unix file system entities are just links. All the JDK's come installed. But you choose your Java in the object file system. Look: ls -l /qibm/proddata/java400/jdk118/bin total: 56 kilobytes -rwx---r-x 1 QSYS 0 266 May 14 2002 ajar lrwxrwxrwx 1 QSYS 0 24 Apr 15 2003 appletviewer -> /QSYS.LIB/QJVATAPPLE.PGM lrwxrwxrwx 1 QSYS 0 22 Apr 15 2003 jar -> /QSYS.LIB/QJVATJAR.PGM lrwxrwxrwx 1 QSYS 0 23 Apr 15 2003 java -> /QSYS.LIB/QJVATJAVA.PGM lrwxrwxrwx 1 QSYS 0 24 Apr 15 2003 javac -> /QSYS.LIB/QJVATJAVAC.PGM lrwxrwxrwx 1 QSYS 0 23 Apr 15 2003 javadoc -> /QSYS.LIB/QJVATJDOC.PGM lrwxrwxrwx 1 QSYS 0 24 Apr 15 2003 javah -> /QSYS.LIB/QJVATJAVAH.PGM lrwxrwxrwx 1 QSYS 0 23 Apr 15 2003 javakey -> /QSYS.LIB/QJVATJKEY.PGM lrwxrwxrwx 1 QSYS 0 24 Apr 15 2003 javap -> /QSYS.LIB/QJVATJAVAP.PGM lrwxrwxrwx 1 QSYS 0 22 Apr 15 2003 native2ascii -> /QSYS.LIB/QJVATN2A.PGM lrwxrwxrwx 1 QSYS 0 23 Apr 15 2003 rmic -> /QSYS.LIB/QJVATRMIC.PGM lrwxrwxrwx 1 QSYS 0 23 Apr 15 2003 rmiregistry -> /QSYS.LIB/QJVATRMIR.PGM lrwxrwxrwx 1 QSYS 0 22 Apr 15 2003 serialver -> /QSYS.LIB/QJVATSER.PGM You've got java 1.1.8 installed. The links are always there. They point to whatever you have installed. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists. www.purematrix.com # - Abbie Hoffman --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org