From 47265530a8be7b6c16d5e11010bc50ebe0254ba9 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Mon, 5 Feb 2024 19:30:34 +0100 Subject: [PATCH] Restore CLASSPATH_ATTR_LIBRARY_PATH_ENTRYs in native .classpath files Without that launching standalone Java SWT application from the development workspace fails to load the native binaries of the platform. --- binaries/.classpath_cocoa | 6 +++++- binaries/.classpath_gtk | 6 +++++- binaries/.classpath_win32 | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/binaries/.classpath_cocoa b/binaries/.classpath_cocoa index 7173e0ab710..1793b5a0a6b 100644 --- a/binaries/.classpath_cocoa +++ b/binaries/.classpath_cocoa @@ -8,7 +8,11 @@ - + + + + + diff --git a/binaries/.classpath_gtk b/binaries/.classpath_gtk index 04340c2700f..e51d302489d 100644 --- a/binaries/.classpath_gtk +++ b/binaries/.classpath_gtk @@ -7,7 +7,11 @@ - + + + + + diff --git a/binaries/.classpath_win32 b/binaries/.classpath_win32 index 0b9e7bc35eb..983fe4f4ad8 100644 --- a/binaries/.classpath_win32 +++ b/binaries/.classpath_win32 @@ -4,7 +4,11 @@ - + + + + +