Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47E6C633F for ; Mon, 4 Jul 2011 15:12:10 +0000 (UTC) Received: (qmail 47435 invoked by uid 500); 4 Jul 2011 15:12:09 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 47293 invoked by uid 500); 4 Jul 2011 15:12:08 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 47284 invoked by uid 99); 4 Jul 2011 15:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 15:12:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flyingrhenquest@gmail.com designates 209.85.213.172 as permitted sender) Received: from [209.85.213.172] (HELO mail-yx0-f172.google.com) (209.85.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 15:12:01 +0000 Received: by yxp4 with SMTP id 4so2240414yxp.31 for ; Mon, 04 Jul 2011 08:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=60UP2Br3M3f2RphJZMRA9IO/FBgiKsUsiiQb9mRpNqo=; b=cPlZKKzSkDIrQ9CBubOps9o1GFS9bq4emE1nXEuouz9Nz9pbwpKPG+1WWesA1upri9 F1sF4wzPn0BtPudOIxLveQbb04+l9pcmlO/U5aXRFyFMHfoB2Sx2X7lCK4YWzxLPdjr8 vCyqPC+QlIriIgaug5qj8nUh4NpK+ZEAEBAbA= MIME-Version: 1.0 Received: by 10.150.236.18 with SMTP id j18mr5385151ybh.84.1309792301156; Mon, 04 Jul 2011 08:11:41 -0700 (PDT) Received: by 10.151.14.11 with HTTP; Mon, 4 Jul 2011 08:11:41 -0700 (PDT) In-Reply-To: References: <4E1194A9.2030103@mpexnet.de> Date: Mon, 4 Jul 2011 09:11:41 -0600 Message-ID: Subject: Re: problem in the installation of jmeter From: Bruce Ide To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd2d92ed709a104a73fc898 --000e0cd2d92ed709a104a73fc898 Content-Type: text/plain; charset=ISO-8859-1 You should only need the JRE in your path. I'm not sure off the top of my head if the jmeter startup script also needs JAVA_HOME set. I see you're using a UNIX system. So make sure java is in your path by typing the command "which java". If java is in your path, it'll tell you where it is. If it says not found, set your path as Felix suggests. You'll probably also want to set that up in your shell startup script so you don't have to type it every time (Doing this is beyond the scope of this E-Mail.) If it does say java is found somewhere, you could try setting JAVA_HOME to the results of the command "dirname `which java`". I'm almost completely 99% certain that if java is in your path, jmeter will figure it out without this step being needed. -- Bruce Ide FlyingRhenquest@gmail.com --000e0cd2d92ed709a104a73fc898--