Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » No 32bit Eclipse any more for v4.10? What to use for 32bit Java?
No 32bit Eclipse any more for v4.10? What to use for 32bit Java? [message #1803021] Thu, 21 February 2019 06:59 Go to next message
Ben StoverFriend
Messages: 108
Registered: January 2010
Senior Member
In the past I always installed a 32bit Eclipse version since it is required for my 32bit Java installation.

When I look now at the Eclipse download page:
https://www.eclipse.org/downloads/packages/release/2018-12/r

then there is no more 32bit Eclipse to download.
Where is it?

Can I use now 64bit Eclipse IDE WITH 32bit Java JDK?

Or am I forced to switch to 64bit Java JDK?

Ben
Re: No 32bit Eclipse any more for v4.10? What to use for 32bit Java? [message #1803061 is a reply to message #1803021] Thu, 21 February 2019 14:33 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

Eclipse abandoned 32 bit support because Oracle abandoned it. There is no 32 bit JDK 11.

If you want old technology use it consistently.

Regards

Ed Willink
Re: No 32bit Eclipse any more for v4.10? What to use for 32bit Java? [message #1803377 is a reply to message #1803061] Wed, 27 February 2019 14:48 Go to previous messageGo to next message
Ben StoverFriend
Messages: 108
Registered: January 2010
Senior Member
Ok, thank you.

Assume I want to switch to 64bit (on 64bit Win7).
Can I simply

1. de-install 32bit JDK + install 64bit JDK
2. de-install 32bit Eclipse + install 64bit Eclipse
3. Point the new Eclipse installation to the old,existing, personal workspace (created with 32bit Eclipse)?

In other words: is my workspace (with all the settings files) compatible between 32bit and 64bit?

Ben
Re: No 32bit Eclipse any more for v4.10? What to use for 32bit Java? [message #1803394 is a reply to message #1803377] Wed, 27 February 2019 20:19 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
HI

The workspace is a workspace; it is neither 32 nor 64 bit.

You don't need to uninstall anything, except to save space / avoid confusion.

You just need to ensure that the Eclipse you start uses a consistent VM. See the config guides. I prefer to specify the VM on my Windows short cut. You may prefer to edit eclipse.ini. Google for many recommendations.

Regards

Ed Willink
Previous Topic:How to configure Eclipse to use OpenJDK instead of "normal" Oracle JDK?
Next Topic:Auto complete show substring matches before exact matches
Goto Forum:
  


Current Time: Fri Apr 19 02:39:10 GMT 2024

Powered by FUDForum. Page generated in 0.01873 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top