From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11929 invoked by alias); 9 Feb 2004 21:11:50 -0000 Mailing-List: contact rhdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-owner@sources.redhat.com Received: (qmail 11915 invoked from network); 9 Feb 2004 21:11:49 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 9 Feb 2004 21:11:49 -0000 Received: from redhat.com (totem.toronto.redhat.com [172.16.14.42]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B3457800195; Mon, 9 Feb 2004 16:11:48 -0500 (EST) Message-ID: <4027F794.2000200@redhat.com> Date: Mon, 09 Feb 2004 21:11:00 -0000 From: Fernando Nasser Organization: Red Hat , Inc. - Toronto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: Derrick Snowden Cc: rhdb@sources.redhat.com Subject: Re: Revisiting java problems References: <1075939733.2320.10.camel@doris.aoml.noaa.gov> In-Reply-To: <1075939733.2320.10.camel@doris.aoml.noaa.gov> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00034.txt.bz2 Derrick Snowden wrote: > (...) I should mention that rhdb-cc > fails with an error > "Unable to find the java executable" which is in my PATH env variable. > Hi Derrick, The Control Center runs as root, so your PATH doesn't matter, but what is in the root user's PATH. Some of the SDKs or JREs when installed set the root PATH and JAVA_PATH environment variables but some don't (like Sun's). Even though, if the JRE is installed in the standard places the script that starts rhdb-cc usually finds it. In any case, you can always edit the script and add a JAVA_HOME variable to it. Edit /usr/share/rhdb-cc/rhdb-cc.sh and add a line like this: JAVA_HOME= right after the header comments. You should not need this, but if it gets you running we have one less item to think about. Please let me know if you can start rhdb-cc now. Regards, Fernando