Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 35134 invoked from network); 28 Oct 2010 17:03:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 17:03:52 -0000 Received: (qmail 17200 invoked by uid 500); 28 Oct 2010 17:03:52 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 17161 invoked by uid 500); 28 Oct 2010 17:03:51 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 17153 invoked by uid 99); 28 Oct 2010 17:03:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 17:03:51 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of esmiley@ebrary.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 17:03:47 +0000 Received: by gya6 with SMTP id 6so1841594gya.17 for ; Thu, 28 Oct 2010 10:03:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.132.206 with SMTP id 14mr85551hbs.152.1288285404139; Thu, 28 Oct 2010 10:03:24 -0700 (PDT) Received: by 10.239.138.146 with HTTP; Thu, 28 Oct 2010 10:03:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Oct 2010 10:03:20 -0700 Message-ID: Subject: Re: JVM From: Ed Smiley To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=001485f44be0e2125e0493b0516d --001485f44be0e2125e0493b0516d Content-Type: text/plain; charset=ISO-8859-1 Thanks for getting back to me Alex, Nah, That's not it. :( $ $JAVA_HOME/bin/java -version java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261) Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode) $ buildr -V Buildr 1.4.3 $ uname -a ... Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386 (I'm on a Mac.) On Thu, Oct 28, 2010 at 7:54 AM, Alex Boisvert wrote: > I think RJB will use JAVA_HOME to locate the JVM's native libs. Is you > JAVA_HOME set correctly? > > You may also want to check rjb's home page for additional info. > http://rjb.rubyforge.org > (they do mention that LD_LIBRARY_PATH is needed but it's not; it may help > though...) > > alex > > > On Wed, Oct 27, 2010 at 9:36 PM, Ed Smiley wrote: > > > Hi, I recently updated my JVM. I am invoking the Java object to check > that > > certain specified classes in config files can actually be instantiated > from > > the path of the build. When I do that, I now get a missing JVM message, > and > > yet, Java is still in my path. > > > > Can you shed any light on this? > > > > Thanks > > Ed > --001485f44be0e2125e0493b0516d--