Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Java apps in 64 bit JVM?
Date: Mon, 29 Jun 2009 16:54:16
Message-Id: 5bdc1c8b0906290954w6539f0ds7c344e12f4e57dcd@mail.gmail.com
In Reply to: [gentoo-user] Java apps in 64 bit JVM? by Alan McKinnon
1 On Mon, Jun 29, 2009 at 9:37 AM, Alan McKinnon<alan.mckinnon@×××××.com> wrote:
2 > Hi all,
3 >
4 > The company has a Juniper Secure Connect VPN and I run amd64. The process is:
5 > log in via a web page in a browser, click a button and the page starts a java
6 > APP to create the ssl tunnel - a full blown Swing app, not a mere applet.
7 >
8 > I've only ever got this Java app to run in 32 bit Firefox with the java-x86-
9 > emul package. 64 bit Firefox, Konqueror, Opera all fail. I've tried sun-jdk,
10 > sun-jre (nsplugin and nsplugin-2), blackdown and icedtea.
11 >
12 > The only thing that works is firefox-bin with a 32bit jvm. The app doesn't do
13 > much in the way of logging so I don't know why it's failing. This strikes me
14 > as odd:
15 >
16 > A java app is bytecode that is independent of platform. It should make no
17 > difference whether a 32bit or 64bit jvm executes the bytecode as the format of
18 > the Java Virtual Machine and it's bytecode is constant.
19 >
20 > Surely?
21 >
22
23 Alan,
24 I can only echo your frustrations. I don't have a 64-bit Windows
25 installation to test but I've run into numerous web sites that make
26 use of Java and never found an installation for my 64-bit Gentoo that
27 works as well as my wife's 32-bit Gentoo. Maybe things work perfectly
28 fine on both machines but numerous ones fail on mine and when tested
29 on my wife's seem to work fine. Things like buttons, selection check
30 marks, stock charts and other things that specific sites were doing in
31 Java tended to be where I had trouble.
32
33 Along these lines was part of the reason I posed a question some
34 weeks ago on the Gentoo-64-bit list about the possibility of using a
35 64-bit kernel but building all apps as 32-bit. (Not my idea - picked
36 it up on LKML.)
37
38 Good luck and keep us posted. I hope you make progress.
39
40 Cheers,
41 Mark

Replies

Subject Author
Re: [gentoo-user] Java apps in 64 bit JVM? Alan McKinnon <alan.mckinnon@×××××.com>