So, I finally figured out how to update Java in Mac and managed to get my class with a SwingWorker work; previously, Java was complaining because I had Java 1.5 and 1.5 does not have SwingWorker. I wasn't able to change the default JRE in Mac though; I just linked the JRE 6 library in Eclipse so I can build. It is now happy even in the presence of SwingWorker.
However, when I try to build my project, I get the following error:
Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'ProjectName'.
Exception occurred executing command line.
/Users/lab/Documents/workspace/ProjectName/.project: cannot execute
Exception occurred executing command line.
/Users/lab/Documents/workspace/ProjectName/.project: cannot execute
Anyone knows this error? I've tried cleaning the project then building again but to no avail. Any suggestions?
Thanks!