2 Replies Latest reply on Nov 14, 2008 6:20 PM by peterj

    install x86_64 version via Eclipse Software updates

    ctoohey

      I have the x86_64 version of Eclipse 3.3 on Linux and when I install JBoss Tools via Eclipse software updates, does it download the standard 32-bit version or does is it smart enough to download the Linux (64bit) version ?

      I was wondering because I am getting a lot of Eclipse crashing errors when using the JBoss AS perspective --- lots of PermGen memory errors, and I'm wondering if that might have something to do with the 32bit build of JBoss Tools running on the 64bit build of Eclipse.


        • 1. Re: install x86_64 version via Eclipse Software updates
          peterj

          From a Java perspective that should not matter - Java code is Java code - whether built on a 64-bit system or 32-bit system, it is all the same.

          However, the 64-bit JVMs do seem to introduce all kinds of issues. Running a 64-bit JVM on 64-bit Vista, I had all kinds of problems with Eclipse 3.3 itself and with JBoss Tools. Eclipse 3.4 seems to be better behaved on 64-bit systems, though tere are still a few quirks. On my 32-bit systems, however, Eclipse 3.3/3.4 and JBoss Tools work just fine.

          • 2. Re: install x86_64 version via Eclipse Software updates
            peterj

            And I should point out that I ran into the same issues running Eclipse 3.3 on 64-bit Kubuntu 8.0.4 with both a 32-bit and 64-bit JVM. Eclipse 3.4 seems to work much better there.