From c27a91d820539ffffe184ceb4ce2f89ba4e5c712 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Fri, 10 Nov 2017 09:20:00 -0800 Subject: [PATCH] Use the self-contained swt.jar from Eclipse Rather than trying to use the Eclipse plugin version (which may never actually work without building using Eclipse), I've changed the default properties to prefer the all-in-one swt.jar packaged for separate distribution. That isn't going to make SWT magically start working (of course not!), but it's got the best chance of us being able to MAKE it work in the future. I've elected to put it in /Users/Shared/Java which seems to be the correct place to put such a thing, but elected to use an unversioned swt symlink, set up like so: /Users/Shared/Java/swt@ -> swt-4.7.1a-cocoa-macosx-x86_64 I'm using the current stable release version, as you see here. --- build/ACBuild-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ACBuild-default.properties b/build/ACBuild-default.properties index 8d7f1b7..b42cd84 100644 --- a/build/ACBuild-default.properties +++ b/build/ACBuild-default.properties @@ -6,7 +6,7 @@ # support files for local builds. # swtJarPathWin=C:/Program Files/Eclipse 2.1.x/plugins/org.eclipse.swt.win32_2.1.3/ws/win32/swt.jar -swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.106.1.v20170926-0519.jar +swtJarPathMac=/Users/Shared/Java/swt/swt.jar junitPathWin=C:/Java/lib/junit3.8.1/junit.jar junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.jar keyconf=${user.home}/.secret