Gentoo Archives: gentoo-java

From: Mario Fetka <mario.fetka@×××××.com>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
Date: Mon, 04 May 2009 21:10:59
Message-Id: 200905042310.56211.mario.fetka@gmail.com
1 On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
2 > Hi Mario
3 >
4 > Mario Fetka wrote:
5 > > Hallo Java dev team,
6 > >
7 > > is there a way to specify the wanted java version with dolauncher
8 >
9 > The _minimum_ java version is already specified automagically based on
10 > the [R]DEPEND variables.
11 >
12 > Specifically the >=virtual/jre-1.* and java-virtuals/* items.
13 >
14 thx i alredy know this
15 but is there for ex. a way to say i want on amd64 systems the app-
16 emulation/emul-linux-x86-java package as the java vm to use
17 i have some packages that provides only x86 native interface
18 on x86 everything is ok but on amd64 you have a elf mismatch ...
19
20 yes at the moment i am writing some special scripts that use java-config --set-
21 vm=emul-linux-x86-java
22
23 it would be greate if something simalar like virtual/jre32-1.* would be added
24
25 at the momemt when you set app-emulation/emul-linux-x86-java as espected only
26 errors out
27
28 !!! ERROR: Couldn't find a VM dep
29
30 thx in av
31 Mario