Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » 64 bit Eclipse installation reports win32 (!!!)(Installation)
64 bit Eclipse installation reports win32 (!!!) [message #1829192] Sat, 27 June 2020 00:57 Go to next message
Stepan Novotny is currently offline Stepan NovotnyFriend
Messages: 4
Registered: June 2020
Junior Member
Hi, I installed 64 bit Eclipse and Java, but it is using Win32 with Python. I can't figure out how that's even possible, so any help would be appreciated:

*** Date: Friday, June 26, 2020 at 5:54:30 p.m. Pacific Daylight Time

*** Platform Details:

*** System properties:
applicationXMI=org.eclipse.ui.workbench/LegacyIDE.e4xmi
awt.toolkit=sun.awt.windows.WToolkit
ds.delayed.keepInstances=true
ds.delayed.keepInstances.default=true
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=4.16.0.I20200604-0540
eclipse.commands=-os
win32
-ws
win32
-arch
x86_64
Re: 64 bit Eclipse installation reports win32 (!!!) [message #1829194 is a reply to message #1829192] Sat, 27 June 2020 04:30 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33216
Registered: July 2009
Senior Member
All such constants are defined in this class:

https://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java

It's kind of a confusing name/value, but I suppose historical and 64 bit Windows does in fact still run 32 bit applications as well. In any case, it's the -arch value that tells you it's on 64 bit hardware:

https://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java#n142


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: 64 bit Eclipse installation reports win32 (!!!) [message #1829210 is a reply to message #1829194] Sun, 28 June 2020 04:18 Go to previous message
Stepan Novotny is currently offline Stepan NovotnyFriend
Messages: 4
Registered: June 2020
Junior Member
Thank you. Now I can hit the Python study guide =)
Previous Topic:Status of Eclipse forum users
Next Topic:Membership
Goto Forum:
  


Current Time: Sun Sep 22 01:32:23 GMT 2024

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

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

Back to the top