From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QV70p-0006cx-Tt for garchives@archives.gentoo.org; Fri, 10 Jun 2011 19:04:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 858E91C0D3 for ; Fri, 10 Jun 2011 19:04:55 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id D5CDE1C2B0 for ; Fri, 10 Jun 2011 18:41:38 +0000 (UTC) Received: by vws13 with SMTP id 13so3101947vws.40 for ; Fri, 10 Jun 2011 11:41:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=yG4ZFYcRH/3EMwrIHvKRGIZRUX2HR7vFyi1pTER9f7k=; b=ZcCbVuo84ihMCzBRtxzqMVHSMLG1phQZGmqkF+ILJNwaMUF/iIpq7Hqzq8PIosmTwd jDZoN0Xk7o/7jFHsbi/T6vlubUfCNUpvgVePzH0QeLK1lxWFkN6RHtqFfBb0uDQuOfQj YcvgMKQr4idu8DMfJmheOXmQKkujZsihYTeUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=fdZUk/alJNv+q1sAfRQSNGzGfg01jUFrPq3fNrUlEltvvqadFXErX9xApH97Gigym2 /SheabMopDWmo9cirbNAfL0QH9nW94o3JQlKcaJL0QuUlQpcaQq/6S+99D0Zac6u5N2/ GtQWQVaMQpUpkzFom5lS45sI7TB7RgA723NBs= Received: by 10.52.18.14 with SMTP id s14mr3597437vdd.164.1307731298138; Fri, 10 Jun 2011 11:41:38 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.52.169.8 with HTTP; Fri, 10 Jun 2011 11:41:18 -0700 (PDT) In-Reply-To: References: From: Paul Hartman Date: Fri, 10 Jun 2011 13:41:18 -0500 X-Google-Sender-Auth: nyAqeGScQM38ZXayw_ONawjp2wk Message-ID: Subject: Re: [gentoo-user] java eselect To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6a8559bcf8ebc9d357320aaa8fe627f8 On Fri, Jun 10, 2011 at 1:05 PM, Andr=E1s Cs=E1nyi = wrote: > Hi All, > > I would like to use netbeans to programming in java language. I can't > start netbeans because "Cannot find java...". I thought, no problem > because here is the fantastic eselect tool and I'm going to set up the > java environment on my machine. But, I made a mistake. On my machine > only sun-jdk-1.6.0.26 is installed and I set up this to system-vm. By > the way, the system-vm is not accessible for user, only for root. On > one hand, after this I tried to delete or disable the system-vm but I > didn't find any option for this in eselect. On the other hand, to use > the same java-vm as system-vm and as user-vm is not possible because > the eselect not able to do this setup. > > Here is my question: > - how can I change to user-vm a system-vm when I have only one > installed java-vm which is set up as system-vm? > > Thanks for any help in advance! Maybe use java-config instead of eselect. Something like "java-config -s 1"