mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-05 14:30:02 +00:00
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.
This commit is contained in:
parent
e9ea726188
commit
c27a91d820
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user