Gentoo Archives: gentoo-dev

From: William McArthur <sandymac@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] sun-jdk
Date: Tue, 14 May 2002 23:22:10
Message-Id: 3CE1E26D.3090705@gentoo.org
In Reply to: [gentoo-dev] sun-jdk by Per Wigren
1 Per Wigren wrote:
2 > How do I make java-config find it?
3
4 Run `java-config --list-available-vms`
5
6 Then as root run:
7
8 `java-config --set-system-vm=sun-jdk-1.4.0` or what ever is approiate
9 for your system.
10
11 If you need more info hit the man page with `man java-config`
12
13 You won't need to modify you path at all or any other env stuff as
14 mentioned by another post.
15
16 You will need to log out and then in for the env updates to take effect.
17 Until you have the time to do that running `source /etc/profile` in ecah
18 shell you need to refresh the env will work.
19
20 Sandy McArthur

Replies

Subject Author
Re: [gentoo-dev] sun-jdk William McArthur <sandymac@g.o>