|
|
|
|
|
|
|
|
Re: Eclipse Startup Exception (PartInitException) [message #1816480 is a reply to message #1816474] |
Wed, 30 October 2019 03:02 |
Ed Merks Messages: 33252 Registered: July 2009 |
Senior Member |
|
|
From the same file: /**
* Constant string (value "win32") indicating the platform is running on a
* machine using the Windows windowing system.
* <p>
* Note this constant has been moved from the deprecated
* org.eclipse.core.boot.BootLoader class and its value has not changed.
* </p>
* @since 3.0
*/
public static final String WS_WIN32 = "win32";//$NON-NLS-1$
/**
* Constant string (value "win32") indicating the platform is running on a
* Window 32-bit operating system (e.g., Windows 98, NT, 2000).
* <p>
* Note this constant has been moved from the deprecated
* org.eclipse.core.boot.BootLoader class and its value has not changed.
* </p>
* @since 3.0
*/
public static final String OS_WIN32 = "win32";//$NON-NLS-1$
The comments are a bit out of date with no mention of Windows 7 or 10 and is kind of contradictory given these recent OS versions support 64 bit as well as 32 bit...
So yes, these are meaningful but they don't really mean what one might expect...
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.08761 seconds