Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 98038 invoked from network); 18 Mar 2004 17:29:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Mar 2004 17:29:29 -0000 Received: (qmail 13845 invoked by uid 500); 18 Mar 2004 17:28:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 13766 invoked by uid 500); 18 Mar 2004 17:28:27 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 13724 invoked by uid 500); 18 Mar 2004 17:28:27 -0000 Received: (qmail 13699 invoked from network); 18 Mar 2004 17:28:27 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 18 Mar 2004 17:28:27 -0000 Received: (qmail 97320 invoked by uid 1385); 18 Mar 2004 17:28:33 -0000 Date: 18 Mar 2004 17:28:33 -0000 Message-ID: <20040318172833.97319.qmail@minotaur.apache.org> From: billbarker@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/daemon/src/native/unix/native location.c 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 billbarker 2004/03/18 09:28:33 Modified: daemon/src/native/unix/native location.c Log: Add locations to look for the jvm.cfg file. It seems that Sun has moved the file location, at least for some 1.4.x versions on Solaris. Revision Changes Path 1.4 +3 -1 jakarta-commons/daemon/src/native/unix/native/location.c Index: location.c =================================================================== RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/native/location.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- location.c 9 Feb 2004 15:55:21 -0000 1.3 +++ location.c 18 Mar 2004 17:28:33 -0000 1.4 @@ -49,6 +49,8 @@ char *location_jvm_cfg[] = { "$JAVA_HOME/jre/lib/jvm.cfg", /* JDK */ "$JAVA_HOME/lib/jvm.cfg", /* JRE */ + "$JAVA_HOME/jre/lib/" CPU "/jvm.cfg", /* JDK */ + "$JAVA_HOME/lib/" CPU "/jvm.cfg", /* JRE */ NULL, }; --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org