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 1OG2qR-0000fi-Bq for garchives@archives.gentoo.org; Sun, 23 May 2010 04:31:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F012DE0891; Sun, 23 May 2010 04:30:47 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id C415CE0891 for ; Sun, 23 May 2010 04:30:47 +0000 (UTC) Received: by gwb11 with SMTP id 11so978646gwb.40 for ; Sat, 22 May 2010 21:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=2TlJQMpVg3JZMAXFhhQKhcIDP79tgLxiyczT6RFYXUI=; b=DIEZw6kkBN/kdrw/31bIAWaJ8Wvdzk9Z9/nY1968mwkxkzRajARFTJu1D4qlNor3dH jlUehEluWe0b4xp/qQGesWiBLFD0QLmO1r1JTPm0ThesvBlP3ClJ6K++TGiMPla2ExWl 8CbaIr8ZzmpdKrmDD4pvw2qd1ZOcnfAbW6r0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=jF3o/IxI18D3SyOCy6pkrzxOaUpMxUOXzRPkw99jimHKIS/7lXvLl0xBqlG7QV8U17 bDg0NP0LPUWFPDwDthQL6j58cKQIRapcYEj1kUHRyn4Sx0V5Wn7TprPU/QkrsJi5EO85 H8/vmisbDMUQ5DzVq9bd30cTRCqWbYdshZ/08= Received: by 10.150.128.24 with SMTP id a24mr5139877ybd.268.1274589047437; Sat, 22 May 2010 21:30:47 -0700 (PDT) Received: from khaos ([97.106.138.29]) by mx.google.com with ESMTPS id v1sm5005589ybh.11.2010.05.22.21.30.46 (version=SSLv3 cipher=RC4-MD5); Sat, 22 May 2010 21:30:47 -0700 (PDT) Date: Sun, 23 May 2010 00:30:41 -0400 From: Kenneth Prugh To: relson@osagesoftware.com, gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Java problem Message-ID: <20100523003041.04b665ff@khaos> In-Reply-To: References: <20100522161039.2c52d639@osage.osagesoftware.com> <20100522173524.15554ac1@khaos> <20100522204354.612ea038@osage.osagesoftware.com> <20100522205135.29238097@khaos> <20100522205715.192eaa7a@osage.osagesoftware.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.9; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 13755fcd-bbcf-4666-9952-99facc2751e4 X-Archives-Hash: 41411fb656e5d0dfa608bb667736178a You might try reselecting java again: `eselect java-vm system 2` (for sun-jdk or whatever your choice is from `eselect java-vm list`) I don't think you need to use java-config directly anymore but I'm not sure. Eselect should create the symlinks for you. Or my lack of coffee might be showing.