From owner-freebsd-java@FreeBSD.ORG Thu Jul 9 17:07:12 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B33D81065677 for ; Thu, 9 Jul 2009 17:07:12 +0000 (UTC) (envelope-from alwayssm@gmail.com) Received: from mail-bw0-f221.google.com (mail-bw0-f221.google.com [209.85.218.221]) by mx1.freebsd.org (Postfix) with ESMTP id 448008FC13 for ; Thu, 9 Jul 2009 17:07:11 +0000 (UTC) (envelope-from alwayssm@gmail.com) Received: by bwz21 with SMTP id 21so266076bwz.43 for ; Thu, 09 Jul 2009 10:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=do0RbY9R7hVMI3abpzp/PLBMTOv0nkiZKoBL/c9229w=; b=U3BY3DPqd1gciq8KEKQ+FuALt8YBFDpD2rN4lGwmuB15fKpKvqu3tZiBQIAPJ6uBwz PrPVRotRKdqsp7WrH1tZ24xLp/ph/DM96rs41TIZUw8oE9P7SgUe1rPrZJpDGJq/QEd6 KDslMN1nSpICGhQjb4yXb5MJNYv1OzBVHssd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DddzYYvWV1LCSTeYxUmQDs0z8nI8zYir67v0K3O7vCvBEUiqzNdbVc5uN0btNZaJ+v 1XClHNQsgskZOJXjw3ezLbJO1X4cro6yslA7mr/Q/f10WtrApvfZUcmhmaw4HwuekG1Y zKHACRs8whwgvVCr1vGKG6DHB2kFoAw4Jt5L0= MIME-Version: 1.0 Received: by 10.223.108.211 with SMTP id g19mr456174fap.39.1247157443881; Thu, 09 Jul 2009 09:37:23 -0700 (PDT) Date: Thu, 9 Jul 2009 19:37:23 +0300 Message-ID: From: solomon To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: etc/netbeans.cluster not found error 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, 09 Jul 2009 17:07:13 -0000 hi guys, I want to install netbeans on my freeBSD 7.2 machine. I followed the instruction found in http://typo.submonkey.net/articles/2007/07/13/netbeans-on-freebsd#comments When I try to run it using the command: #./netbeans/bin/netbeans ... the following error is generated "etc/netbeans.cluster can't be found " Plz tell me how to fix it. I am a newbie to freeBSD. Thanx in advance