Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] SWT win32 Broken in Latest 4.20 IBuild?

Hi,

I updated my target platform from http://download.eclipse.org/eclipse/updates/4.20-I-builds and after that I could not run any SWT applications anymore:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:

 D:\Users\merks\oomph-1.21\ws\.metadata\.plugins\org.eclipse.pde.core\IDE\org.eclipse.osgi\480\0\.cp\swt-win32-4944r16.dll: %1 is not a valid Win32 application
    no swt-win32 in java.library.path: [C:\Program Files\Java\jdk-11.0.9\bin,....]     D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a valid Win32 application
    Can't load library: D:\Users\merks\.swt\lib\win32\x86_64\swt-win32.dll
    D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a valid Win32 application

Using http://download.eclipse.org/releases/2021-06/202104161000 instead works fine, so it seems to be something that's happened between M1 and today.

Has anyone else noticed this?  For those who "eat our own dog food", such a problem could cripple your IDE if you update the IDE itself...

Regards,
Ed




Back to the top