Gentoo Archives: gentoo-user

From: "András Csányi" <sayusi.ando@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] java eselect
Date: Fri, 10 Jun 2011 19:15:11
Message-Id: BANLkTikhmia7TyPS-6+4RayZE=vuppGG3Q@mail.gmail.com
In Reply to: Re: [gentoo-user] java eselect by Paul Hartman
1 On 10 June 2011 20:41, Paul Hartman <paul.hartman+gentoo@×××××.com> wrote:
2 > On Fri, Jun 10, 2011 at 1:05 PM, András Csányi <sayusi.ando@×××××.com> wrote:
3 >> Hi All,
4 >>
5 >> I would like to use netbeans to programming in java language. I can't
6 >> start netbeans because "Cannot find java...". I thought, no problem
7 >> because here is the fantastic eselect tool and I'm going to set up the
8 >> java environment on my machine. But, I made a mistake. On my machine
9 >> only sun-jdk-1.6.0.26 is installed and I set up this to system-vm. By
10 >> the way, the system-vm is not accessible for user, only for root. On
11 >> one hand, after this I tried to delete or disable the system-vm but I
12 >> didn't find any option for this in eselect. On the other hand, to use
13 >> the same java-vm as system-vm and as user-vm is not possible because
14 >> the eselect not able to do this setup.
15 >>
16 >> Here is my question:
17 >> - how can I change to user-vm a system-vm when I have only one
18 >> installed java-vm which is set up as system-vm?
19 >>
20 >> Thanks for any help in advance!
21 >
22 > Maybe use java-config instead of eselect. Something like "java-config -s 1"
23
24 java-config is not appropriate.
25
26 sa-home sayusi # java-config-2 -L
27 The following VMs are available for generation-2:
28 *) Sun JDK 1.6.0.26 [sun-jdk-1.6]
29
30 sa-home sayusi # java-config-2 -s sun-jdk-1.6
31 !!! ERROR: The user 'root' should always use the System VM
32
33 sa-home sayusi # java-config -s sun-jdk-1.6
34 !!! ERROR: The user 'root' should always use the System VM
35 sa-home sayusi #
36
37
38
39 --
40 - -
41 --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
42 http://facebook.com/andras.csanyi
43 --  ""Trust in God and keep your gunpowder dry!" - Cromwell

Replies

Subject Author
Re: [gentoo-user] java eselect Alan McKinnon <alan.mckinnon@×××××.com>