From owner-freebsd-java@FreeBSD.ORG Thu May 26 14:36:17 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DDB16A41C for ; Thu, 26 May 2005 14:36:17 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA2043D53 for ; Thu, 26 May 2005 14:36:16 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from ronald.echteman.nl (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by olive.qinip.net (Postfix) with SMTP id A8F9D198A9 for ; Thu, 26 May 2005 16:35:44 +0200 (MEST) Received: (qmail 10722 invoked from network); 26 May 2005 14:35:45 -0000 Received: from unknown (HELO localhost) (10.0.1.4) by ronald.echteman.nl with SMTP; 26 May 2005 14:35:45 -0000 To: "Bryan Maynard" References: <20050526081351.cw1vgav1qbnkskg8@webmail.reallm.com> <20050526090359.2jl94mcr59fok8ks@webmail.reallm.com> Message-ID: Date: Thu, 26 May 2005 16:35:43 +0200 From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20050526090359.2jl94mcr59fok8ks@webmail.reallm.com> User-Agent: Opera M2/8.0 (FreeBSD, build 1095) Cc: freebsd-java@freebsd.org Subject: Re: Eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 14:36:17 -0000 On Thu, 26 May 2005 16:03:59 +0200, Bryan Maynard wrote: > Is there any way I can see the list of installed jdks that Eclipse looks > at? I > know I could do a pkg_version of pkg_info, but when I installed the > native jdk > it seemed to install very quickly so I'm wondering if perhaps the install > didn't take. > > Thanks for replying so quickly! > > Bryan $ ls -l /usr/local on my computer gives me these: drwxr-xr-x 8 root wheel 512 May 19 16:40 jdk1.4.2/ drwxr-xr-x 9 root wheel 512 May 19 12:47 jdk1.5.0/ These are installed on my machine. And if you have javavmwrapper installed you have something like this. $ cat /usr/local/etc/javavms /usr/local/jdk1.5.0/bin/java /usr/local/jdk1.4.2/bin/java What is you output of these? Do you have a JAVA_HOME var in your environment? Ronald. -- Ronald Klop Amsterdam, The Netherlands