Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 24620 invoked from network); 27 Dec 2000 16:26:39 -0000 Received: from moutvdom00.kundenserver.de (195.20.224.149) by h29.sny.collab.net with SMTP; 27 Dec 2000 16:26:39 -0000 Received: from [195.20.224.208] (helo=mrvdom01.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 14BJPQ-0005QD-00 for ant-user@jakarta.apache.org; Wed, 27 Dec 2000 17:26:36 +0100 Received: from [212.184.202.190] (helo=nexolution.de) by mrvdom01.schlund.de with esmtp (Exim 2.12 #2) id 14BJPL-0005mY-00 for ant-user@jakarta.apache.org; Wed, 27 Dec 2000 17:26:31 +0100 Message-ID: <3A4A1837.B9362EA4@nexolution.de> Date: Wed, 27 Dec 2000 17:26:31 +0100 From: marco struck X-Mailer: Mozilla 4.6 [de] (WinNT; I) X-Accept-Language: de MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Problem using different JDK's References: <20001226192045.7735.qmail@web117.yahoomail.com> <082601c06f76$28e5d970$020a0a0a@alsatian> <3A49FE99.313D9903@machturtle.com> <3A4A0468.9530E631@nexolution.de> Content-Type: multipart/alternative; boundary="------------E27BA084A994ED5F07D4AC3A" X-Spam-Rating: h29.sny.collab.net 1.6.2 0/1000/N --------------E27BA084A994ED5F07D4AC3A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Did you known, if you start Ant by using the Ant script, that the script starts the first java engine which will be found in PATH. But if you think that is no problem, it is even though. If you set up the JAVA_HOME variable to a different Java engine than the Java engine which will be found in Path, than there could be occurs an error like that: /usr/local/java/jdk1.2.2/bin/sparc/native_threads/java: fatal: libhpi.so: open failed: No such file or directory Killed When I changed it to the same JDK, it has been work. --------------E27BA084A994ED5F07D4AC3A Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Did you known, if you start Ant by using the Ant script, that the script starts the first java engine which will be found in PATH. But if you think that is no problem, it is even though.

If you set up the JAVA_HOME variable to a different Java engine than the Java engine which will be found in Path, than there could be occurs an error like that:

/usr/local/java/jdk1.2.2/bin/sparc/native_threads/java: fatal: libhpi.so: open failed: No such file or directory
Killed

When I changed it to the same JDK, it has been work. --------------E27BA084A994ED5F07D4AC3A--