Gentoo Archives: gentoo-java

From: Alistair Bush <ali_bush@g.o>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] two versions of java
Date: Wed, 07 Oct 2009 10:21:28
Message-Id: 200910072320.39403.ali_bush@gentoo.org
In Reply to: [gentoo-java] two versions of java by Kaushal Shriyan
1 > Hi,
2 >
3 > can i have both VM on gentoo ? For example *)Sun JDK 1.5.0.12 and
4 > *)Sun JDK 1.5.0.20 ?
5 >
6
7 Create your own overlay. copy the sun-jdk-1.5.0.12 ebuild and change the slot
8 to be 1.5.0.12.
9
10 run
11 $ ebuild <filename> manifest
12
13 emerge -av dev-java/sun-jdk:1.5.0.12
14
15 I believe this should do it.
16
17 > Thanks,
18 >
19 > Kaushal
20 >