Mailinglist Archive: opensuse-amd64 (338 mails)
| < Previous | Next > |
Re: [suse-amd64] Eclipse SDK-3.0M7
- From: Andi Kleen <ak@xxxxxxx>
- Date: Fri, 5 Mar 2004 19:19:25 +0000 (UTC)
- Message-id: <20040305201922.1282678e.ak@xxxxxxx>
On Fri, 05 Mar 2004 20:10:10 +0100
Stanimir Arnaudov <stanimir@xxxxxxxx> wrote:
> 1) Installed 64-bit Blackdown-1.4.2 j2sdk in /usr/local/. I used the
> profile.local file as advised by SuSe to add the sdk to the PATH and
> also added conf files in /etc/java.
>
> $ java -version
> java version "1.4.2-rc1"
> Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-rc1)
> Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-rc1, mixed mode)
>
> 2) Downloaded eclipse-SDK-3.0M7-linux-motif.zip in /opt
That package includes native 32bit libraries. You cannot link them with a 64bit JVM.
Run Eclipse in a 32bit JVM instead, that works fine. Rebuilding it from scratch
may also help, but I'm not sure if their code base is really 64bit clean. Using
the 32bit JVM like it is shipped with the distribution is certainly the easiest
way.
-Andi
Stanimir Arnaudov <stanimir@xxxxxxxx> wrote:
> 1) Installed 64-bit Blackdown-1.4.2 j2sdk in /usr/local/. I used the
> profile.local file as advised by SuSe to add the sdk to the PATH and
> also added conf files in /etc/java.
>
> $ java -version
> java version "1.4.2-rc1"
> Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-rc1)
> Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-rc1, mixed mode)
>
> 2) Downloaded eclipse-SDK-3.0M7-linux-motif.zip in /opt
That package includes native 32bit libraries. You cannot link them with a 64bit JVM.
Run Eclipse in a 32bit JVM instead, that works fine. Rebuilding it from scratch
may also help, but I'm not sure if their code base is really 64bit clean. Using
the 32bit JVM like it is shipped with the distribution is certainly the easiest
way.
-Andi
| < Previous | Next > |