@ccchan Sorry, I was away for a while. I did the following in my environment: 1) Made sure I was able to compile and run a new Hello World java app using Java 17.05 SE 2) Imported the DockFetcher 1.1 project into the workspace 3) Imported the org.eclipse.swt project (see @Nam-Quang Tran link and notes above) into the project workspace. 4) Right clicked on the DockFetcher project and selected Build Path / Configure Build Path... 5) Selected the Project Tab / Modulepath 6) Pressed the Add Module button...
Thanks, this is sorted now. I downloaded the correct org.eclipse.swt for the M1 chip and added it to the ModulePath and it compiles fine.
I'm having issues building DocFetcher on a Macbook with the new M1 Pro chip. I can get the distribution build to run successfully after installing Rosetta 2. However, I get the following error when running a build configuration in Eclipse: Can't load library: /Users/%xxx%/docfetcher-code/bin/lib/swt/macosx-64/libswt-cocoa-4942r22.jnilib The file exists in this folder however, it looks like the SWT toolkit is not designed for the M1 chip. Has anyone had any success building for this environment? Appreciate...