Skip to main content
  • Log in
  • Manage Cookies
Eclipse Foundation
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Blogs
  3. Wayne Beaton's blog
  4. Eclipse in 64 bits

Eclipse in 64 bits

Friday, September 9, 2005 - 13:06 by Wayne Beaton

I’ve been given this pretty cool Linux desktop system to play with. It wasn’t until I started to download Eclipse 3.1 that I realized it was a 64 bit installation (the Eclipse download page detects the operating system). Cool, I thought. The system even came with a Java Runtime Environment (JRE) installed, so I was good to go. Or so I thought.

Eclipse was a breeze to install and run. I was up and running in minutes. I was able to build a couple of new projects and really get things going. Then, I started to play with Eclipse Modeling Framework (EMF) and started getting errors. Curious errors related to regular expressions. Problems deep in J2SE code. I also tried to use the Java introspector and it also failed. At this point, the Eclipse Evangelist in me feels a need to point out that the problem had nothing to do with Eclipse itself.

I assumed that there must be something going on with the JRE so I checked the version which showed me that I was having my first experience with GIJ 1.4.2, the GNU Java bytecode interpreter. Right or wrong, I decided to just give up on GIJ and download a JRE that I am more comfortable with (and one that shows up on the supported Java runtimes list). Perhaps I’ll pursue the use of GIJ later as it seems that other folks have had some success with it.

So I went and downloaded a JRE from the Sun site. I installed the JRE directly into the Eclipse installation directory in a subdirectory named “jre” and started up Eclipse. Or rather, I tried and it failed with a java.lang.UnsatisfiedLinkError. After a certain amount of cursing (a full transcript of which would be inappropriate in this forum), I determined that trying to run the 64-bit version of Eclipse 3.1 with a 32-bit JVM was the problem (bug 85699 is asking that a better message be presented; I’m going to recommend something that includes the words “big dummy”) . In short, PEBKAC.

So… the net of this is that 64-bit Eclipse requires a 64-bit JRE.

Of course, that wasn’t the end of my troubles. I downloaded a 64-bit JRE and tried to install it. In alignment with the theme for today, it failed. The installer just wouldn’t work. In desperation, I called on Matt, our Linux Systems Administrator, to help me out, assuming that I had reached some limit on my Linux skills. Within seconds, Matt determined that I was trying to install the ia64 (Intel) version of the JDK on an AMD64 system. In short, Matt pointed out that I am an idiot. I downloaded the AMD64 version of JDK 5.0 and it installed as advertised. In fact, everything appears to be working as advertised.

It turns out that you need to know what kind of hardware you’re trying to install on.

Tags: 
Uncategorized
Source: 
https://waynebeaton.wordpress.com/2005/09/09/eclipse-in-64-bits/
  • Wayne Beaton's blog
  • Sign in to post comments.

Eclipse Foundation Blogs

  • Ian Skerrett (857 posts)
  • Wayne Beaton (796 posts)
  • Mike Milinkovich (286 posts)
  • Benjamin Cabé (131 posts)
  • Ivar Grimstad (97 posts)
  • Tanja Obradovic (38 posts)
  • Thabang Mashologu (31 posts)
  • Christopher Guindon (15 posts)
  • Roxanne Joncas (14 posts)
  • Paul Buck (11 posts)
  • Frédéric Desbiens (11 posts)
  • Jameka Woodberry (9 posts)
  • Mikaël Barbero (9 posts)
  • Hudson Kelly (8 posts)
  • Brian King (6 posts)
  • Denis Roy (5 posts)
  • Gabriela Motroc (4 posts)
  • Shabnam Mayel (3 posts)
  • Gael Blondelle (3 posts)
  • Sharon Corbett (1 posts)
  • Shanda Giacomoni (1 posts)
  • Paul White (1 posts)
  • Jacob Harris (1 posts)
  • Stephanie Swart (1 posts)
  • Michael Plagge (1 posts)

Recent blog posts

  • Member Case Study: itemis Builds Its Automotive Industry Business
  • Why I’m Running for the OSI Board of Directors
  • Welcome jadeva GmbH to the Jakarta EE Working Group!
  • Credentials leaked on GitHub
  • Hashtag Jakarta EE #61
  • Eclipse Cloud DevTools Community Update - February 2021
  • Hashtag Jakarta EE #60
  • The 2021 Eclipse Community Newsletter Calendar
  • Hashtag Jakarta EE #59
  • Jakarta EE Marketing and Branding Committee Levels-Up with New Members
More

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top